Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DDeclVendor.cpp25 decl.GetTypeSystem()->GetTypeForDecl(decl.GetOpaqueDecl())) in FindTypes()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h246 CompilerType GetTypeForDecl(clang::NamedDecl *decl);
248 CompilerType GetTypeForDecl(clang::TagDecl *decl);
250 CompilerType GetTypeForDecl(clang::ObjCInterfaceDecl *objc_decl);
482 CompilerType GetTypeForDecl(void *opaque_decl) override;
H A DTypeSystemClang.cpp1190 CompilerType TypeSystemClang::GetTypeForDecl(void *opaque_decl) { in GetTypeForDecl() function in TypeSystemClang
1196 return GetTypeForDecl(named_decl); in GetTypeForDecl()
1206 CompilerType TypeSystemClang::GetTypeForDecl(clang::NamedDecl *decl) { in GetTypeForDecl() function in TypeSystemClang
1209 return GetTypeForDecl(interface_decl); in GetTypeForDecl()
1211 return GetTypeForDecl(tag_decl); in GetTypeForDecl()
1215 CompilerType TypeSystemClang::GetTypeForDecl(TagDecl *decl) { in GetTypeForDecl() function in TypeSystemClang
1219 CompilerType TypeSystemClang::GetTypeForDecl(ObjCInterfaceDecl *decl) { in GetTypeForDecl() function in TypeSystemClang
9337 CompilerType clang_type = GetTypeForDecl(decl); in CompleteTagDecl()
9347 CompilerType clang_type = GetTypeForDecl(decl); in CompleteObjCInterfaceDecl()
9636 CompilerType clang_type = GetTypeForDecl(nd); in CountDeclLevels()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h110 virtual CompilerType GetTypeForDecl(void *opaque_decl) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp274 CompilerType type = ast.GetTypeForDecl(tag_decl_ctx); in PrepareContextToReceiveMembers()