Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h319 virtual void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() argument
563 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() argument
564 First->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
565 Second->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
DPreprocessingRecord.h547 SourceLocation EndifLoc) override;
/external/llvm-project/clang-tools-extra/clang-tidy/
DExpandModularHeadersPPCallbacks.cpp278 SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() argument
280 parseToLocation(EndifLoc); in SourceRangeSkipped()
DExpandModularHeadersPPCallbacks.h110 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
/external/llvm-project/clang-tools-extra/clangd/
DCollectMacros.h81 void SourceRangeSkipped(SourceRange R, SourceLocation EndifLoc) override { in SourceRangeSkipped() argument
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.h67 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
/external/llvm-project/clang/lib/Lex/
DPreprocessingRecord.cpp432 SourceLocation EndifLoc) { in SourceRangeSkipped() argument
434 SkippedRanges.emplace_back(Range.getBegin(), EndifLoc); in SourceRangeSkipped()
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.cpp359 SourceLocation EndifLoc) { in SourceRangeSkipped() argument
361 appendArgument("Range", SourceRange(Range.getBegin(), EndifLoc)); in SourceRangeSkipped()
DPPCallbacksTracker.h138 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp290 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() argument