Home
last modified time | relevance | path

Searched refs:ClangASTSource (Results 1 – 10 of 10) sorted by relevance

/external/lldb/include/lldb/Expression/
DClangASTSource.h35 class ClangASTSource :
48 ClangASTSource (const lldb::TargetSP &target) : in ClangASTSource() function
61 ~ClangASTSource();
248 ClangASTSourceProxy (ClangASTSource &original) : in ClangASTSourceProxy()
319 ClangASTSource &m_original;
430ClangASTSource &m_ast_source; ///< The AST source making the request
461 NameSearchContext (ClangASTSource &astSource, in NameSearchContext()
DClangExpressionDeclMap.h61 public ClangASTSource
/external/lldb/source/Expression/
DClangASTSource.cpp28 ClangASTSource::~ClangASTSource() in ~ClangASTSource()
49 ClangASTSource::StartTranslationUnit(ASTConsumer *Consumer) in StartTranslationUnit()
60 ClangASTSource::FindExternalVisibleDeclsByName in FindExternalVisibleDeclsByName()
170 ClangASTSource::CompleteType (TagDecl *tag_decl) in CompleteType()
307 ClangASTSource::CompleteType (clang::ObjCInterfaceDecl *interface_decl) in CompleteType()
330 ClangASTSource::GetCompleteObjCInterface (clang::ObjCInterfaceDecl *interface_decl) in GetCompleteObjCInterface()
367 ClangASTSource::FindExternalLexicalDecls (const DeclContext *decl_context, in FindExternalLexicalDecls()
494 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context) in FindExternalVisibleDecls()
586 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context, in FindExternalVisibleDecls()
910 ClangASTSource::FindObjCMethodDecls (NameSearchContext &context) in FindObjCMethodDecls()
[all …]
DCMakeLists.txt7 ClangASTSource.cpp
DAndroid.mk20 ClangASTSource.cpp \
DClangExpressionDeclMap.cpp56 ClangASTSource (exe_ctx.GetTargetSP()), in ClangExpressionDeclMap()
864 ClangASTSource::FindExternalVisibleDecls(context); in FindExternalVisibleDecls()
/external/lldb/include/lldb/
Dlldb-forward.h50 class ClangASTSource; variable
/external/lldb/include/lldb/Target/
DTarget.h1198 std::unique_ptr<ClangASTSource> m_scratch_ast_source_ap;
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj246 …5E13353E0E00698AC0 /* ClangASTSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49D7072811…
1471ClangASTSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.…
1472ClangASTSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.…
2883 49D7072611B5AD03001AD875 /* ClangASTSource.h */,
2884 49D7072811B5AD11001AD875 /* ClangASTSource.cpp */,
4026 2689005E13353E0E00698AC0 /* ClangASTSource.cpp in Sources */,
/external/lldb/source/Target/
DTarget.cpp1740 m_scratch_ast_source_ap.reset (new ClangASTSource(shared_from_this())); in GetScratchClangASTContext()