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.h381 virtual void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() argument
693 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() argument
694 First->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
695 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.cpp444 SourceLocation EndifLoc) { in SourceRangeSkipped() argument
446 SkippedRanges.emplace_back(Range.getBegin(), EndifLoc); in SourceRangeSkipped()