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
141
///
isParsingPreprocessorDirective
- Return true if we are in the middle of a
143
bool
isParsingPreprocessorDirective
() const;
/external/clang/lib/Lex/
TokenLexer.cpp
694
///
isParsingPreprocessorDirective
- Return true if we are in the middle of a
696
bool TokenLexer::
isParsingPreprocessorDirective
() const {
[
all
...]
Pragma.cpp
119
if ((CurTokenLexer && CurTokenLexer->
isParsingPreprocessorDirective
())
[
all
...]
Completed in 1188 milliseconds