Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp194 Clang->getASTContext().setExternalSource(Reader); in createChainedIncludesSource()
H A DFrontendAction.cpp855 CI.getASTContext().setExternalSource(source); in BeginSourceFile()
927 CI.getASTContext().setExternalSource(Override); in BeginSourceFile()
H A DCompilerInstance.cpp596 Context.setExternalSource(Reader.get()); in createPCHExternalASTSource()
629 Context.setExternalSource(nullptr); in createPCHExternalASTSource()
1541 getASTContext().setExternalSource(TheASTReader); in createASTReader()
H A DASTUnit.cpp832 AST->Ctx->setExternalSource(AST->Reader); in LoadFromASTFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp143 m_ast_ctx.getASTContext().setExternalSource(external_source_owning_ptr); in AppleObjCDeclVendor()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1155 ast_context.setExternalSource(Source); in ParseInternal()
1157 ast_context.setExternalSource(ast_source); in ParseInternal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h936 void setExternalSource(ExternalPreprocessorSource *Source) { in setExternalSource() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1126 void setExternalSource(IntrusiveRefCntPtr<ExternalASTSource> Source);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1031 ASTContext::setExternalSource(IntrusiveRefCntPtr<ExternalASTSource> Source) { in setExternalSource() function in ASTContext
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp691 ast.setExternalSource(ast_source_up); in SetExternalSource()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3016 PP.setExternalSource(this); in ReadASTBlock()