Searched refs:isInterestingIdentifier (Results 1 – 2 of 2) sorted by relevance
3479 bool isInterestingIdentifier(const IdentifierInfo *II, uint64_t MacroOffset) { in isInterestingIdentifier() function in __anon7df3f81c0a11::ASTIdentifierTableTrait3512 bool isInterestingIdentifier(const IdentifierInfo *II) { in isInterestingIdentifier() function in __anon7df3f81c0a11::ASTIdentifierTableTrait3514 return isInterestingIdentifier(II, MacroOffset); in isInterestingIdentifier()3518 return isInterestingIdentifier(II, 0); in isInterestingNonMacroIdentifier()3529 if (InterestingIdentifierOffsets && isInterestingIdentifier(II)) in EmitKeyDataLength()3535 if (isInterestingIdentifier(II, MacroOffset)) { in EmitKeyDataLength()3563 if (!isInterestingIdentifier(II, MacroOffset)) { in EmitData()
957 static bool isInterestingIdentifier(ASTReader &Reader, IdentifierInfo &II, in isInterestingIdentifier() function983 if (isInterestingIdentifier(Reader, II, IsModule)) in markIdentifierFromAST()