Home
last modified time | relevance | path

Searched refs:createChainedIncludesSource (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h191 createChainedIncludesSource(CompilerInstance &CI,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp90 IntrusiveRefCntPtr<ExternalSemaSource> clang::createChainedIncludesSource( in createChainedIncludesSource() function in clang
H A DFrontendAction.cpp960 source = createChainedIncludesSource(CI, FinalReader); in BeginSourceFile()