Home
last modified time | relevance | path

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

/freebsd/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 __anon6a7fd07d0111::ChainedIncludesSource
195 llvm::makeIntrusiveRefCnt<ChainedIncludesSource>(std::move(CIs)); in createChainedIncludesSource()
/freebsd/lib/clang/libclang/
H A DMakefile452 SRCS_MIN+= Frontend/ChainedIncludesSource.cpp