Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp3414 RecordData InterestingIdents; in WriteIdentifierTable() local
3422 (getLangOpts().CPlusPlus && IsModule) ? &InterestingIdents : nullptr); in WriteIdentifierTable()
3500 if (!InterestingIdents.empty()) in WriteIdentifierTable()
3501 Stream.EmitRecord(INTERESTING_IDENTIFIERS, InterestingIdents); in WriteIdentifierTable()