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 61 bool IsCXX11CompatKeyword : 1; // True if identifier is a keyword in C++11.
207 bool isCXX11CompatKeyword() const { return IsCXX11CompatKeyword; }
209 IsCXX11CompatKeyword = Val;
269 isExtensionToken() | isCXX11CompatKeyword() ||
  /external/clang/lib/Lex/
Preprocessor.cpp 521 if (II.isCXX11CompatKeyword() & !DisableMacroExpansion) {

Completed in 39 milliseconds