Home
last modified time | relevance | path

Searched defs:ExternalSource (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp220 class ExternalSource : public clang::ExternalASTSource { class
263 ExternalSource::ExternalSource(ASTContext &ChildASTCtxt, FileManager &ChildFM, in ExternalSource() function in clang::ExternalSource
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h450 ExternalASTSource *ExternalSource; member
H A DASTContext.h737 IntrusiveRefCntPtr<ExternalASTSource> ExternalSource; variable
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h358 ExternalPreprocessingRecordSource *ExternalSource = nullptr; variable
H A DHeaderSearch.h369 ExternalHeaderFileInfoSource *ExternalSource = nullptr; variable
H A DPreprocessor.h168 ExternalPreprocessorSource *ExternalSource; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp355 auto *ExternalSource = getASTContext().getExternalSource(); in loadLazySpecializationsImpl() local
365 auto *ExternalSource = getASTContext().getExternalSource(); in loadLazySpecializationsImpl() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1540 IntrusiveRefCntPtr<ExternalSemaSource> ExternalSource; variable