Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h92 enum class InterestingIdentifier { enum
123 LLVM_PREFERRED_TYPE(InterestingIdentifier)
212 InterestingIdentifier::NotInterestingIdentifier)), in IdentifierInfo()
347 assert(0 == llvm::to_underlying(InterestingIdentifier::objc_not_keyword)); in getObjCKeywordID()
348 auto Value = static_cast<InterestingIdentifier>(InterestingIdentifierID); in getObjCKeywordID()
349 if (Value < InterestingIdentifier::NUM_OBJC_KEYWORDS) in getObjCKeywordID()
354 assert(0 == llvm::to_underlying(InterestingIdentifier::objc_not_keyword)); in setObjCKeywordID()
361 auto Value = static_cast<InterestingIdentifier>(InterestingIdentifierID); in getBuiltinID()
363 InterestingIdentifier::NUM_OBJC_KEYWORDS_AND_NOTABLE_IDENTIFIERS && in getBuiltinID()
364 Value != InterestingIdentifier::NotInterestingIdentifier) { in getBuiltinID()
[all …]