Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp842 clang::SourceLocation BlockStartLoc = BlockSourceRange.getBegin(); in checkForIncludesInBlock() local
846 clang::FileID FileID = PP.getSourceManager().getFileID(BlockStartLoc); in checkForIncludesInBlock()
847 std::string SourcePath = getSourceLocationFile(PP, BlockStartLoc); in checkForIncludesInBlock()
854 getSourceLocationLineAndColumn(PP, BlockStartLoc, BlockStartLine, in checkForIncludesInBlock()
873 OS << getSourceLine(PP, BlockStartLoc) << "\n"; in checkForIncludesInBlock()