Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp46 bool ClangExternalASTSourceCallbacks::FindExternalVisibleDeclsByName( in FindExternalVisibleDeclsByName()
65 void ClangExternalASTSourceCallbacks::CompleteType(TagDecl *tag_decl) { in CompleteType()
70 void ClangExternalASTSourceCallbacks::CompleteType( in CompleteType()
76 bool ClangExternalASTSourceCallbacks::layoutRecordType( in layoutRecordType()
90 void ClangExternalASTSourceCallbacks::FindExternalLexicalDecls( in FindExternalLexicalDecls()
H A DClangASTContext.cpp872 new ClangExternalASTSourceCallbacks( in getASTContext()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h25 class ClangExternalASTSourceCallbacks : public ClangExternalASTSourceCommon {
42 ClangExternalASTSourceCallbacks( in ClangExternalASTSourceCallbacks() function
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile489 SRCS+= Symbol/ClangExternalASTSourceCallbacks.cpp