Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp3631 RecordData InterestingIdents; in WriteIdentifierTable() local
3639 (getLangOpts().CPlusPlus && IsModule) ? &InterestingIdents : nullptr); in WriteIdentifierTable()
3717 if (!InterestingIdents.empty()) in WriteIdentifierTable()
3718 Stream.EmitRecord(INTERESTING_IDENTIFIERS, InterestingIdents); in WriteIdentifierTable()