Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp852 int BlockStartLine, BlockStartColumn, BlockEndLine, BlockEndColumn; in checkForIncludesInBlock() local
854 getSourceLocationLineAndColumn(PP, BlockStartLoc, BlockStartLine, in checkForIncludesInBlock()
862 if ((I->File == SourceHandle) && (I->Line >= BlockStartLine) && in checkForIncludesInBlock()
871 OS << SourcePath << ":" << BlockStartLine << ":" << BlockStartColumn in checkForIncludesInBlock()