HomeSort by relevance Sort by last modified time
    Searched refs:isExpandDisabled (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
Token.h 243 /// isExpandDisabled - Return true if this identifier token should never
245 bool isExpandDisabled() const {
  /external/clang/lib/Lex/
Preprocessor.cpp 193 if (Tok.isExpandDisabled())
503 if (!DisableMacroExpansion && !Identifier.isExpandDisabled()) {

Completed in 48 milliseconds