Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDIdentifierTable.h56 bool IsFutureCompatKeyword : 1; // True if identifier is a keyword in a variable
222 bool isFutureCompatKeyword() const { return IsFutureCompatKeyword; } in isFutureCompatKeyword()
224 IsFutureCompatKeyword = Val; in setIsFutureCompatKeyword()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp39 IsFutureCompatKeyword = false; in IdentifierInfo()