OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stringifiedInMacro
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
Token.h
86
StringifiedInMacro
= 0x100, // This string or character literal is formed by
297
bool
stringifiedInMacro
() const {
298
return (Flags &
StringifiedInMacro
) ? true : false;
/external/clang/lib/Lex/
TokenLexer.cpp
209
Res.setFlag(Token::
StringifiedInMacro
);
414
SecondTok.
stringifiedInMacro
();
[
all
...]
Completed in 184 milliseconds