Home
last modified time | relevance | path

Searched refs:isFutureCompatKeyword (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h419 bool isFutureCompatKeyword() const { return IsFutureCompatKeyword; } in isFutureCompatKeyword() function
571 isExtensionToken() || isFutureCompatKeyword() || in RecomputeNeedsHandleIdentifier()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp842 assert(II.isFutureCompatKeyword() && "diagnostic should not be needed"); in getFutureCompatDiagKind()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp833 if (II.isFutureCompatKeyword() && !DisableMacroExpansion) { in HandleIdentifier()