Searched refs:InterestingIdentifier (Results 1 – 1 of 1) sorted by relevance
94 enum class InterestingIdentifier { enum124 LLVM_PREFERRED_TYPE(InterestingIdentifier)209 InterestingIdentifier::NotInterestingIdentifier)), in IdentifierInfo()344 assert(0 == llvm::to_underlying(InterestingIdentifier::objc_not_keyword)); in getObjCKeywordID()345 auto Value = static_cast<InterestingIdentifier>(InterestingIdentifierID); in getObjCKeywordID()346 if (Value < InterestingIdentifier::NUM_OBJC_KEYWORDS) in getObjCKeywordID()351 assert(0 == llvm::to_underlying(InterestingIdentifier::objc_not_keyword)); in setObjCKeywordID()358 auto Value = static_cast<InterestingIdentifier>(InterestingIdentifierID); in getBuiltinID()360 InterestingIdentifier::NUM_OBJC_KEYWORDS_AND_NOTABLE_IDENTIFIERS && in getBuiltinID()361 Value != InterestingIdentifier::NotInterestingIdentifier) { in getBuiltinID()[all …]