Searched refs:TheLoc (Results 1 – 2 of 2) sorted by relevance
301 SourceLocation TheLoc = Loc; in print() local302 if (TheLoc.isInvalid() && TheDecl) in print()303 TheLoc = TheDecl->getLocation(); in print()305 if (TheLoc.isValid()) { in print()306 TheLoc.print(OS, SM); in print()
2597 auto TheLoc = SeekLocation(Locs); in pickVPHILoc() local2598 if (!TheLoc) { in pickVPHILoc()2600 TheLoc = in pickVPHILoc()2604 if (!TheLoc) in pickVPHILoc()2608 LocIdx L = *TheLoc; in pickVPHILoc()