Home
last modified time | relevance | path

Searched refs:SetExternalSource (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h506 void SetExternalSource(ExternalPreprocessingRecordSource &Source);
H A DHeaderSearch.h356 void SetExternalSource(ExternalHeaderFileInfoSource *ES) { in SetExternalSource() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp318 void PreprocessingRecord::SetExternalSource( in SetExternalSource() function in PreprocessingRecord
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h126 void SetExternalSource(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2746 PP.getPreprocessingRecord()->SetExternalSource(*this); in ReadASTBlock()
3216 PP.getPreprocessingRecord()->SetExternalSource(*this); in ReadASTBlock()
3245 PP.getPreprocessingRecord()->SetExternalSource(*this); in ReadASTBlock()
3306 PP.getHeaderSearchInfo().SetExternalSource(this); in ReadASTBlock()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp727 ast_sp->SetExternalSource(proxy_ast_source); in CreateInstance()
820 void ClangASTContext::SetExternalSource( in SetExternalSource() function in ClangASTContext
876 SetExternalSource(ast_source_ap); in getASTContext()