Home
last modified time | relevance | path

Searched refs:setExternalSemaSource (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/plugin/
H A DIncludeFixerPlugin.cpp41 CI.setExternalSemaSource(SemaSource); in CreateASTConsumer()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DFrontendActionTest.cpp249 Compiler.setExternalSemaSource(new TypoExternalSemaSource(Compiler)); in TEST()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h815 void setExternalSemaSource(IntrusiveRefCntPtr<ExternalSemaSource> ESS);
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DParsedAST.cpp570 Clang->setExternalSemaSource(FixIncludes->unresolvedNameRecorder()); in build()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp2286 void CompilerInstance::setExternalSemaSource( in setExternalSemaSource() function in CompilerInstance