Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h205 createChainedIncludesSource(CompilerInstance &CI,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp113 IntrusiveRefCntPtr<ExternalSemaSource> clang::createChainedIncludesSource( in createChainedIncludesSource() function in clang
H A DFrontendAction.cpp851 source = createChainedIncludesSource(CI, FinalReader); in BeginSourceFile()