Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1153 llvm::DenseMap<const char *, unsigned> RecordedSkippedRanges; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp530 SkipRangePtr = &PP.RecordedSkippedRanges[BeginPtr]; in SkipExcludedConditionalBlock()