Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h382 virtual void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() argument
694 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() argument
695 First->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
696 Second->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
H A DPreprocessingRecord.h555 SourceLocation EndifLoc) override;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h86 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp441 SourceLocation EndifLoc) { in SourceRangeSkipped() argument
443 SkippedRanges.emplace_back(Range.getBegin(), EndifLoc); in SourceRangeSkipped()