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

/external/clang/include/clang/Basic/
H A DIdentifierTable.h219 bool isCXX11CompatKeyword() const { return IsCXX11CompatKeyword; } function in class:clang::IdentifierInfo
319 isExtensionToken() | isCXX11CompatKeyword() || isOutOfDate() ||
/external/clang/lib/Lex/
H A DPreprocessor.cpp626 if (II.isCXX11CompatKeyword() && !DisableMacroExpansion) {

Completed in 120 milliseconds