OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isParsingPreprocessorDirective
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Lex/
TokenLexer.h
149
///
isParsingPreprocessorDirective
- Return true if we are in the middle of a
151
bool
isParsingPreprocessorDirective
() const;
/external/clang/lib/Lex/
TokenLexer.cpp
711
///
isParsingPreprocessorDirective
- Return true if we are in the middle of a
713
bool TokenLexer::
isParsingPreprocessorDirective
() const {
[
all
...]
Pragma.cpp
120
if ((CurTokenLexer && CurTokenLexer->
isParsingPreprocessorDirective
())
[
all
...]
Completed in 56 milliseconds