Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h96 static constexpr int LastObjCKeywordID = variable
98 static constexpr int FirstInterestingIdentifierID = LastObjCKeywordID + 1;
337 if (ObjCOrBuiltinID <= LastObjCKeywordID) in alignas()