Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DClangASTType.h513 GetDeclContextForType () const;
/external/lldb/source/Symbol/
DClangASTType.cpp5070 GetDeclContextForType (), in AddMethodToObjCObjectType()
5114 ClangASTType::GetDeclContextForType () const in GetDeclContextForType() function in ClangASTType
5142 …st, cast<ObjCObjectPointerType>(qual_type.getTypePtr())->getPointeeType()).GetDeclContextForType(); in GetDeclContextForType()
5145 …Type (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).GetDeclContextForType(); in GetDeclContextForType()
5146 …turn ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).GetDeclContextForType(); in GetDeclContextForType()
5147 … return ClangASTType (m_ast, cast<ParenType>(qual_type)->desugar()).GetDeclContextForType(); in GetDeclContextForType()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp4646 … clang::DeclContext *decl_ctx = type->GetClangForwardType().GetDeclContextForType (); in GetClangDeclContextContainingDIE()
6169 LinkDeclContextToDIE(clang_type.GetDeclContextForType(), die); in ParseType()
6326 LinkDeclContextToDIE(clang_type.GetDeclContextForType(), die); in ParseType()