Searched refs:GetTypeForDecl (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp27 decl.GetTypeSystem()->GetTypeForDecl(decl.GetOpaqueDecl()))
H A DClangASTContext.cpp1142 CompilerType ClangASTContext::GetTypeForDecl(void *opaque_decl) { function in class:ClangASTContext
1148 return GetTypeForDecl(named_decl);
1158 CompilerType ClangASTContext::GetTypeForDecl(clang::NamedDecl *decl) { function in class:ClangASTContext
1161 return GetTypeForDecl(interface_decl);
1163 return GetTypeForDecl(tag_decl);
1167 CompilerType ClangASTContext::GetTypeForDecl(TagDecl *decl) { function in class:ClangASTContext
1171 CompilerType ClangASTContext::GetTypeForDecl(ObjCInterfaceDecl *decl) { function in class:ClangASTContext
1407 // CompleteTagDeclarationDefinition(GetTypeForDecl(ctx_tag_decl));
8791 CompilerType clang_type = GetTypeForDecl(decl);
8801 CompilerType clang_type = GetTypeForDecl(dec
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h189 CompilerType GetTypeForDecl(clang::NamedDecl *decl);
191 CompilerType GetTypeForDecl(clang::TagDecl *decl);
193 CompilerType GetTypeForDecl(clang::ObjCInterfaceDecl *objc_decl);
419 CompilerType GetTypeForDecl(void *opaque_decl) override;
H A DTypeSystem.h111 virtual CompilerType GetTypeForDecl(void *opaque_decl) = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp239 CompilerType type = ast.GetTypeForDecl(tag_decl_ctx);

Completed in 405 milliseconds