Searched refs:InitialLoc (Results 1 – 1 of 1) sorted by relevance
208 SourceLocation InitialLoc, SourceLocation EndLocHint) { in checkStmt() argument221 if (!InitialLoc.isValid()) in checkStmt()236 InitialLoc = Lexer::makeFileCharRange( in checkStmt()237 CharSourceRange::getCharRange(InitialLoc, S->getBeginLoc()), in checkStmt()240 if (InitialLoc.isInvalid()) in checkStmt()243 Lexer::getLocForEndOfToken(InitialLoc, 0, SM, Context->getLangOpts()); in checkStmt()