OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPreprocessedOutput
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Lex/
Lexer.cpp
[
all
...]
Pragma.cpp
899
if (PP.
isPreprocessedOutput
())
[
all
...]
/external/clang/include/clang/Lex/
Preprocessor.h
492
void setPreprocessedOutput(bool
IsPreprocessedOutput
) {
493
PreprocessedOutput =
IsPreprocessedOutput
;
498
bool
isPreprocessedOutput
() const { return PreprocessedOutput; }
[
all
...]
Completed in 739 milliseconds