Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h215 static clang::DeclContext *GetDeclContextForType(clang::QualType type);
217 static clang::DeclContext *GetDeclContextForType(const CompilerType &type);
DTypeSystemClang.cpp2510 TypeSystemClang::GetDeclContextForType(const CompilerType &type) { in GetDeclContextForType() function in TypeSystemClang
2511 return GetDeclContextForType(ClangUtil::GetQualType(type)); in GetDeclContextForType()
2547 TypeSystemClang::GetDeclContextForType(clang::QualType type) { in GetDeclContextForType() function in TypeSystemClang
2558 return GetDeclContextForType( in GetDeclContextForType()
2863 clang::DeclContext *decl_ctx = GetDeclContextForType(GetQualType(type)); in IsRuntimeGeneratedType()
7934 lldb_ast->GetDeclContextForType(ClangUtil::GetQualType(type))); in AddMethodToObjCObjectType()
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp399 auto ClassDeclCtx = clang_ast_ctx->GetDeclContextForType(ClassCompilerType); in TEST_F()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp991 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp854 LinkDeclContextToDIE(TypeSystemClang::GetDeclContextForType(clang_type), die); in ParseEnum()
1653 LinkDeclContextToDIE(m_ast.GetDeclContextForType(clang_type), die); in ParseStructureLikeDIE()