Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp3473 ASTWriter::RecordData *InterestingIdentifierOffsets; member in __anon7df3f81c0a11::ASTIdentifierTableTrait
3501 ASTWriter::RecordData *InterestingIdentifierOffsets) in ASTIdentifierTableTrait() argument
3504 InterestingIdentifierOffsets(InterestingIdentifierOffsets) {} in ASTIdentifierTableTrait()
3529 if (InterestingIdentifierOffsets && isInterestingIdentifier(II)) in EmitKeyDataLength()
3530 InterestingIdentifierOffsets->push_back(Out.tell()); in EmitKeyDataLength()