HomeSort by: relevance | last modified time | path
    Searched refs:ChainedIncludesSource (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ChainedIncludesSource.cpp 1 //===- ChainedIncludesSource.cpp - Chained PCHs in Memory -------*- C++ -*-===//
9 // This file defines the ChainedIncludesSource class, which converts headers
55 /// Members of ChainedIncludesSource, factored out so we can initialize
68 class ChainedIncludesSource
72 ChainedIncludesSource(std::vector<std::unique_ptr<CompilerInstance>> CIs,
217 return IntrusiveRefCntPtr<ChainedIncludesSource>(
218 new ChainedIncludesSource(std::move(CIs), Reader));
  /src/external/apache2/llvm/lib/libclangFrontend/
Makefile 13 ChainedIncludesSource.cpp \

Completed in 26 milliseconds