Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DDeclVendor.cpp25 decl.GetTypeSystem()->GetTypeForDecl(decl.GetOpaqueDecl())) in FindTypes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h247 CompilerType GetTypeForDecl(clang::NamedDecl *decl);
249 CompilerType GetTypeForDecl(clang::TagDecl *decl);
251 CompilerType GetTypeForDecl(clang::ObjCInterfaceDecl *objc_decl);
496 CompilerType GetTypeForDecl(void *opaque_decl) override;
H A DTypeSystemClang.cpp1192 CompilerType TypeSystemClang::GetTypeForDecl(void *opaque_decl) { in GetTypeForDecl() function in TypeSystemClang
1198 return GetTypeForDecl(named_decl); in GetTypeForDecl()
1208 CompilerType TypeSystemClang::GetTypeForDecl(clang::NamedDecl *decl) { in GetTypeForDecl() function in TypeSystemClang
1211 return GetTypeForDecl(interface_decl); in GetTypeForDecl()
1213 return GetTypeForDecl(tag_decl); in GetTypeForDecl()
1217 CompilerType TypeSystemClang::GetTypeForDecl(TagDecl *decl) { in GetTypeForDecl() function in TypeSystemClang
1221 CompilerType TypeSystemClang::GetTypeForDecl(ObjCInterfaceDecl *decl) { in GetTypeForDecl() function in TypeSystemClang
9411 CompilerType clang_type = GetTypeForDecl(decl); in CompleteTagDecl()
9421 CompilerType clang_type = GetTypeForDecl(decl); in CompleteObjCInterfaceDecl()
9718 CompilerType clang_type = GetTypeForDecl(nd); in CountDeclLevels()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeSystem.h117 virtual CompilerType GetTypeForDecl(void *opaque_decl) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp252 CompilerType type = ast.GetTypeForDecl(tag_decl_ctx); in PrepareContextToReceiveMembers()