Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h190 static clang::DeclContext *GetDeclContextForType(clang::QualType type);
192 static clang::DeclContext *GetDeclContextForType(const CompilerType &type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2638 ClangASTContext::GetDeclContextForType(const CompilerType &type) { in GetDeclContextForType() function in ClangASTContext
2639 return GetDeclContextForType(ClangUtil::GetQualType(type)); in GetDeclContextForType()
2643 ClangASTContext::GetDeclContextForType(clang::QualType type) { in GetDeclContextForType() function in ClangASTContext
2654 return GetDeclContextForType( in GetDeclContextForType()
2662 return GetDeclContextForType(llvm::cast<clang::TypedefType>(qual_type) in GetDeclContextForType()
2666 return GetDeclContextForType( in GetDeclContextForType()
2669 return GetDeclContextForType( in GetDeclContextForType()
2672 return GetDeclContextForType( in GetDeclContextForType()
3039 ->GetDeclContextForType(GetQualType(type)); in IsRuntimeGeneratedType()
8681 ClangASTContext::GetASTContext(ast)->GetDeclContextForType( in AddMethodToObjCObjectType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp981 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp847 LinkDeclContextToDIE(m_ast.GetDeclContextForType(clang_type), die); in ParseTypeFromDWARF()
1106 ClangASTContext::GetDeclContextForType(clang_type), die); in ParseTypeFromDWARF()