Searched refs:TheLoc (Results 1 – 1 of 1) sorted by relevance
310 SourceLocation TheLoc = Loc; in print() local311 if (TheLoc.isInvalid() && TheDecl) in print()312 TheLoc = TheDecl->getLocation(); in print()314 if (TheLoc.isValid()) { in print()315 TheLoc.print(OS, SM); in print()