Home
last modified time | relevance | path

Searched refs:ChainedIncludesSource (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp68 class ChainedIncludesSource class
72 ChainedIncludesSource(std::vector<std::unique_ptr<CompilerInstance>> CIs, in ChainedIncludesSource() function in __anonc2d3dbb10111::ChainedIncludesSource
217 return IntrusiveRefCntPtr<ChainedIncludesSource>( in createChainedIncludesSource()
218 new ChainedIncludesSource(std::move(CIs), Reader)); in createChainedIncludesSource()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile384 SRCS_MIN+= Frontend/ChainedIncludesSource.cpp