Searched refs:TheLoc (Results 1 – 1 of 1) sorted by relevance
338 SourceLocation TheLoc = Loc; in print() local339 if (TheLoc.isInvalid() && TheDecl) in print()340 TheLoc = TheDecl->getLocation(); in print()342 if (TheLoc.isValid()) { in print()343 TheLoc.print(OS, SM); in print()