Searched defs:InclusionRewriter (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp1 //===--- InclusionRewriter.cpp - Rewrite includes into their expansions ---===//
29 class InclusionRewriter : public PPCallbacks { class in namespace:__anon17971
52 InclusionRewriter(Preprocessor &PP, raw_ostream &OS, bool ShowLineMarkers);
88 /// Initializes an InclusionRewriter with a \p PP source and \p OS destination.
89 InclusionRewriter::InclusionRewriter(Preprocessor &PP, raw_ostream &OS, function in class:InclusionRewriter
102 void InclusionRewriter::WriteLineInfo(const char *Filename, int Line,
131 void InclusionRewriter::WriteImplicitModuleImport(const Module *Mod,
139 void InclusionRewriter::FileChanged(SourceLocation Loc,
155 void InclusionRewriter
[all...]

Completed in 698 milliseconds