Searched refs:isInterestingIdentifier (Results 1 – 2 of 2) sorted by relevance
3150 bool isInterestingIdentifier(const IdentifierInfo *II, uint64_t MacroOffset) { in isInterestingIdentifier() function in __anon84a3a1ce0611::ASTIdentifierTableTrait3184 bool isInterestingIdentifier(const IdentifierInfo *II) { in isInterestingIdentifier() function in __anon84a3a1ce0611::ASTIdentifierTableTrait3186 return isInterestingIdentifier(II, MacroOffset); in isInterestingIdentifier()3189 return isInterestingIdentifier(II, 0); in isInterestingNonMacroIdentifier()3197 if (isInterestingIdentifier(II, MacroOffset)) { in EmitKeyDataLength()3230 if (InterestingIdentifierOffsets && isInterestingIdentifier(II)) in EmitKey()3242 if (!isInterestingIdentifier(II, MacroOffset)) { in EmitData()
755 static bool isInterestingIdentifier(ASTReader &Reader, IdentifierInfo &II, in isInterestingIdentifier() function781 if (isInterestingIdentifier(Reader, II, IsModule)) in markIdentifierFromAST()