Home
last modified time | relevance | path

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

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