Home
last modified time | relevance | path

Searched refs:isCXX11CompatKeyword (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DIdentifierTable.h219 bool isCXX11CompatKeyword() const { return IsCXX11CompatKeyword; } in isCXX11CompatKeyword() function
327 isExtensionToken() | isCXX11CompatKeyword() || isOutOfDate() || in RecomputeNeedsHandleIdentifier()
/external/clang/lib/Lex/
DPreprocessor.cpp649 if (II.isCXX11CompatKeyword() && !DisableMacroExpansion) { in HandleIdentifier()