OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Preprocessor
(Results
1 - 25
of
157
) sorted by null
1
2
3
4
5
6
7
/external/clang/include/clang/Rewrite/Frontend/
Rewriters.h
20
class
Preprocessor
;
24
void RewriteMacrosInInput(
Preprocessor
&PP, raw_ostream *OS);
27
void DoRewriteTest(
Preprocessor
&PP, raw_ostream *OS);
30
void RewriteIncludesInInput(
Preprocessor
&PP, raw_ostream *OS,
ASTConsumers.h
25
class
Preprocessor
;
43
ASTConsumer *CreateHTMLPrinter(raw_ostream *OS,
Preprocessor
&PP,