Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h379 unsigned NumPreprocessedSkippedRanges = 0; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3773 F.NumPreprocessedSkippedRanges = Blob.size() / sizeof(PPSkippedRange); in ReadASTBlock()
3780 ->allocateSkippedRanges(F.NumPreprocessedSkippedRanges); in ReadASTBlock()
3782 if (F.NumPreprocessedSkippedRanges > 0) in ReadASTBlock()
6249 assert(LocalIndex < M->NumPreprocessedSkippedRanges); in ReadSkippedRange()