Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp3479 bool isInterestingIdentifier(const IdentifierInfo *II, uint64_t MacroOffset) { in isInterestingIdentifier() function in __anon7df3f81c0a11::ASTIdentifierTableTrait
3512 bool isInterestingIdentifier(const IdentifierInfo *II) { in isInterestingIdentifier() function in __anon7df3f81c0a11::ASTIdentifierTableTrait
3514 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()
H A DASTReader.cpp957 static bool isInterestingIdentifier(ASTReader &Reader, IdentifierInfo &II, in isInterestingIdentifier() function
983 if (isInterestingIdentifier(Reader, II, IsModule)) in markIdentifierFromAST()