HomeSort by relevance Sort by last modified time
    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 64 milliseconds