HomeSort by relevance Sort by last modified time
    Searched refs:BegLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 506 SourceLocation BegLoc = Range.getBegin(), EndLoc = Range.getEnd();
507 while (BegLoc != EndLoc) {
508 if (!checkLocForMacroArgExpansion(BegLoc, SM, ArgumentLoc))
510 BegLoc.getLocWithOffset(1);
513 return checkLocForMacroArgExpansion(BegLoc, SM, ArgumentLoc);
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 262 SourceLocation BegLoc =
264 BegLoc = PP.getLocForEndOfToken(BegLoc);
266 SourceRange SpaceRange(BegLoc, EndLoc);
292 SourceLocation BegLoc =
294 BegLoc = PP.getLocForEndOfToken(BegLoc);
301 SourceRange Range(BegLoc, EndLoc);
    [all...]

Completed in 75 milliseconds