Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp30 class ChainedIncludesSource : public ExternalSemaSource { class
32 ChainedIncludesSource(std::vector<std::unique_ptr<CompilerInstance>> CIs) in ChainedIncludesSource() function in __anon866b08730111::ChainedIncludesSource
195 llvm::makeIntrusiveRefCnt<ChainedIncludesSource>(std::move(CIs)); in createChainedIncludesSource()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile448 SRCS_MIN+= Frontend/ChainedIncludesSource.cpp