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 ---===//
26 class InclusionRewriter : public PPCallbacks { class in namespace:__anon148
47 InclusionRewriter(Preprocessor &PP, raw_ostream &OS, bool ShowLineMarkers);
80 /// Initializes an InclusionRewriter with a \p PP source and \p OS destination.
81 InclusionRewriter::InclusionRewriter(Preprocessor &PP, raw_ostream &OS, function in class:InclusionRewriter
94 void InclusionRewriter::WriteLineInfo(const char *Filename, int Line,
121 void InclusionRewriter::FileChanged(SourceLocation Loc,
137 void InclusionRewriter::FileSkipped(const FileEntry &/*ParentFile*/,
151 void InclusionRewriter
[all...]

Completed in 38 milliseconds