Searched refs:TheLoc (Results 1 – 3 of 3) sorted by relevance
227 SourceLocation TheLoc = Loc; in print() local228 if (TheLoc.isInvalid() && TheDecl) in print()229 TheLoc = TheDecl->getLocation(); in print()231 if (TheLoc.isValid()) { in print()232 TheLoc.print(OS, SM); in print()
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()
2595 auto TheLoc = SeekLocation(Locs); in pickVPHILoc() local2596 if (!TheLoc) { in pickVPHILoc()2598 TheLoc = in pickVPHILoc()2602 if (!TheLoc) in pickVPHILoc()2606 LocIdx L = *TheLoc; in pickVPHILoc()