OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHandleIdentifierCase
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Basic/
IdentifierTable.h
260
///
isHandleIdentifierCase
- Return true if the Preprocessor::HandleIdentifier
263
bool
isHandleIdentifierCase
() const { return NeedsHandleIdentifier; }
/external/clang/lib/Lex/
PTHLexer.cpp
92
if (II->
isHandleIdentifierCase
())
TokenLexer.cpp
503
if (!DisableMacroExpansion && II->
isHandleIdentifierCase
())
[
all
...]
Lexer.cpp
[
all
...]
Completed in 456 milliseconds