Searched refs:TheLoc (Results 1 – 1 of 1) sorted by relevance
190 SourceLocation TheLoc = Loc; in print() local191 if (TheLoc.isInvalid() && TheDecl) in print()192 TheLoc = TheDecl->getLocation(); in print()194 if (TheLoc.isValid()) { in print()195 TheLoc.print(OS, SM); in print()