Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTWriter.cpp3293 RecordData InterestingIdents; in WriteIdentifierTable() local
3301 (getLangOpts().CPlusPlus && IsModule) ? &InterestingIdents : nullptr); in WriteIdentifierTable()
3378 if (!InterestingIdents.empty()) in WriteIdentifierTable()
3379 Stream.EmitRecord(INTERESTING_IDENTIFIERS, InterestingIdents); in WriteIdentifierTable()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp3425 RecordData InterestingIdents; in WriteIdentifierTable() local
3433 (getLangOpts().CPlusPlus && IsModule) ? &InterestingIdents : nullptr); in WriteIdentifierTable()
3511 if (!InterestingIdents.empty()) in WriteIdentifierTable()
3512 Stream.EmitRecord(INTERESTING_IDENTIFIERS, InterestingIdents); in WriteIdentifierTable()