Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTWriter.cpp2327 unsigned InclusionAbbrev = 0; in WritePreprocessorDetail() local
2336 InclusionAbbrev = Stream.EmitAbbrev(Abbrev); in WritePreprocessorDetail()
2384 Stream.EmitRecordWithBlob(InclusionAbbrev, Record, Buffer); in WritePreprocessorDetail()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2366 unsigned InclusionAbbrev = 0; in WritePreprocessorDetail() local
2375 InclusionAbbrev = Stream.EmitAbbrev(std::move(Abbrev)); in WritePreprocessorDetail()
2425 Stream.EmitRecordWithBlob(InclusionAbbrev, Record, Buffer); in WritePreprocessorDetail()