Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h99 static constexpr int LastInterestingIdentifierID = variable
101 static constexpr int FirstBuiltinID = LastInterestingIdentifierID + 1;
362 ObjCOrBuiltinID <= LastInterestingIdentifierID) in alignas()