Home
last modified time | relevance | path

Searched refs:setExternalSource (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1121 CI.getASTContext().setExternalSource(source); in BeginSourceFile()
1199 CI.getASTContext().setExternalSource(Override); in BeginSourceFile()
1210 CI.getASTContext().setExternalSource(MultiSema); in BeginSourceFile()
1212 CI.getASTContext().setExternalSource(HLSLSema); in BeginSourceFile()
H A DChainedIncludesSource.cpp170 Clang->getASTContext().setExternalSource(Reader); in createChainedIncludesSource()
H A DCompilerInstance.cpp645 Context.setExternalSource(Reader.get()); in createPCHExternalASTSource()
685 Context.setExternalSource(nullptr); in createPCHExternalASTSource()
1763 getASTContext().setExternalSource(TheASTReader); in createASTReader()
H A DASTUnit.cpp876 AST->Ctx->setExternalSource(AST->Reader); in LoadFromASTFile()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp246 CI.getASTContext().setExternalSource(astContextExternalSource); in ExecuteAction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp142 m_ast_ctx->getASTContext().setExternalSource(external_source_owning_ptr); in AppleObjCDeclVendor()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1331 ast_context.setExternalSource(multiplexer); in ParseInternal()
1333 ast_context.setExternalSource(ast_source); in ParseInternal()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1239 void setExternalSource(ExternalPreprocessorSource *Source) { in setExternalSource() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1322 void setExternalSource(IntrusiveRefCntPtr<ExternalASTSource> Source);
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp635 ast.setExternalSource(ast_source_up); in SetExternalSource()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3518 PP.setExternalSource(this); in ReadASTBlock()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1012 ASTContext::setExternalSource(IntrusiveRefCntPtr<ExternalASTSource> Source) { in setExternalSource() function in ASTContext
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8791 …eERN4llvm9OwningPtrINS_17ExternalASTSourceEEE", "clang::ASTContext::setExternalSource(llvm::Owning…