Searched refs:isInterestingIdentifier (Results 1 – 2 of 2) sorted by relevance
3279 bool isInterestingIdentifier(const IdentifierInfo *II, uint64_t MacroOffset) { in isInterestingIdentifier() function in __anon52dea4370a11::ASTIdentifierTableTrait3312 bool isInterestingIdentifier(const IdentifierInfo *II) { in isInterestingIdentifier() function in __anon52dea4370a11::ASTIdentifierTableTrait3314 return isInterestingIdentifier(II, MacroOffset); in isInterestingIdentifier()3318 return isInterestingIdentifier(II, 0); in isInterestingNonMacroIdentifier()3329 if (InterestingIdentifierOffsets && isInterestingIdentifier(II)) in EmitKeyDataLength()3335 if (isInterestingIdentifier(II, MacroOffset)) { in EmitKeyDataLength()3363 if (!isInterestingIdentifier(II, MacroOffset)) { in EmitData()
929 static bool isInterestingIdentifier(ASTReader &Reader, IdentifierInfo &II, in isInterestingIdentifier() function955 if (isInterestingIdentifier(Reader, II, IsModule)) in markIdentifierFromAST()