Searched refs:BegLoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp471 SourceLocation BegLoc = Range.getBegin(), EndLoc = Range.getEnd(); local
472 while (BegLoc != EndLoc) {
473 if (!checkLocForMacroArgExpansion(BegLoc, SM, ArgumentLoc))
475 BegLoc.getLocWithOffset(1);
478 return checkLocForMacroArgExpansion(BegLoc, SM, ArgumentLoc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp274 SourceLocation BegLoc = local
276 BegLoc = PP.getLocForEndOfToken(BegLoc);
278 SourceRange SpaceRange(BegLoc, EndLoc);
304 SourceLocation BegLoc =
306 BegLoc = PP.getLocForEndOfToken(BegLoc);
313 SourceRange Range(BegLoc, EndLoc);

Completed in 120 milliseconds