Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp27 decl.GetTypeSystem()->GetTypeForDecl(decl.GetOpaqueDecl())) in FindTypes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h244 CompilerType GetTypeForDecl(clang::NamedDecl *decl);
246 CompilerType GetTypeForDecl(clang::TagDecl *decl);
248 CompilerType GetTypeForDecl(clang::ObjCInterfaceDecl *objc_decl);
490 CompilerType GetTypeForDecl(void *opaque_decl) override;
H A DTypeSystemClang.cpp1204 CompilerType TypeSystemClang::GetTypeForDecl(void *opaque_decl) { in GetTypeForDecl() function in TypeSystemClang
1210 return GetTypeForDecl(named_decl); in GetTypeForDecl()
1220 CompilerType TypeSystemClang::GetTypeForDecl(clang::NamedDecl *decl) { in GetTypeForDecl() function in TypeSystemClang
1223 return GetTypeForDecl(interface_decl); in GetTypeForDecl()
1225 return GetTypeForDecl(tag_decl); in GetTypeForDecl()
1229 CompilerType TypeSystemClang::GetTypeForDecl(TagDecl *decl) { in GetTypeForDecl() function in TypeSystemClang
1233 CompilerType TypeSystemClang::GetTypeForDecl(ObjCInterfaceDecl *decl) { in GetTypeForDecl() function in TypeSystemClang
9236 CompilerType clang_type = GetTypeForDecl(decl); in CompleteTagDecl()
9246 CompilerType clang_type = GetTypeForDecl(decl); in CompleteObjCInterfaceDecl()
9539 CompilerType clang_type = GetTypeForDecl(nd); in CountDeclLevels()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h111 virtual CompilerType GetTypeForDecl(void *opaque_decl) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp286 CompilerType type = ast.GetTypeForDecl(tag_decl_ctx); in PrepareContextToReceiveMembers()