Searched refs:ChainedIncludesSource (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp1 //===- ChainedIncludesSource.cpp - Chained PCHs in Memory -------*- C++ -*-===//
10 // This file defines the ChainedIncludesSource class, which converts headers
15 #include "clang/Frontend/ChainedIncludesSource.h"
60 ChainedIncludesSource::~ChainedIncludesSource() {
65 ChainedIncludesSource *ChainedIncludesSource::create(CompilerInstance &CI) {
70 OwningPtr<ChainedIncludesSource> source(new ChainedIncludesSource());
178 Decl *ChainedIncludesSource
[all...]
H A DAndroid.mk30 ChainedIncludesSource.cpp \
H A DFrontendAction.cpp15 #include "clang/Frontend/ChainedIncludesSource.h"
294 source.reset(ChainedIncludesSource::create(CI));
298 &static_cast<ChainedIncludesSource*>(source.get())->getFinalReader()));
/external/clang/include/clang/Frontend/
H A DChainedIncludesSource.h1 //===- ChainedIncludesSource.h - Chained PCHs in Memory ---------*- C++ -*-===//
10 // This file defines the ChainedIncludesSource class, which converts headers
23 class ChainedIncludesSource : public ExternalSemaSource { class in namespace:clang
25 virtual ~ChainedIncludesSource();
27 static ChainedIncludesSource *create(CompilerInstance &CI);

Completed in 454 milliseconds