Lines Matching defs:ArgumentLoc
457 /// Check that the macro argument location of Loc starts with ArgumentLoc.
462 SourceLocation ArgumentLoc) {
465 if (ArgumentLoc == MacroLoc) return true;
472 /// expansion, and that the expansion starts with ArgumentLoc.
475 SourceLocation ArgumentLoc) {
478 if (!checkLocForMacroArgExpansion(BegLoc, SM, ArgumentLoc))
483 return checkLocForMacroArgExpansion(BegLoc, SM, ArgumentLoc);
503 FullSourceLoc ArgumentLoc;
505 // Set the ArgumentLoc to the beginning location of the expansion of Loc
507 if (!Loc.isMacroArgExpansion(&ArgumentLoc))
511 if (!checkRangeForMacroArgExpansion(Range, Loc.getManager(), ArgumentLoc))