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

  /external/clang/include/clang/Basic/
IdentifierTable.h 59 bool IsCXX11CompatKeyword : 1; // True if identifier is a keyword in C++11.
221 bool isCXX11CompatKeyword() const { return IsCXX11CompatKeyword; }
223 IsCXX11CompatKeyword = Val;
322 isExtensionToken() | isCXX11CompatKeyword() || isOutOfDate() ||
  /external/clang/lib/Lex/
Preprocessor.cpp 669 if (II.isCXX11CompatKeyword() & !DisableMacroExpansion) {

Completed in 44 milliseconds