OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InPreprocessorDirective
(Results
1 - 2
of
2
) sorted by null
/external/clang/unittests/Format/
FormatTest.cpp
42
bool
InPreprocessorDirective
= false;
52
InPreprocessorDirective
= true;
59
} else if (
InPreprocessorDirective
) {
60
InPreprocessorDirective
= false;
[
all
...]
/external/clang/lib/Lex/
Lexer.cpp
565
bool
InPreprocessorDirective
= false;
590
if (
InPreprocessorDirective
) {
603
InPreprocessorDirective
= false;
626
InPreprocessorDirective
= true;
688
InPreprocessorDirective
= false;
[
all
...]
Completed in 935 milliseconds