Searched refs:TheLoc (Results 1 – 1 of 1) sorted by relevance
172 SourceLocation TheLoc = Loc; in print() local173 if (TheLoc.isInvalid() && TheDecl) in print()174 TheLoc = TheDecl->getLocation(); in print()176 if (TheLoc.isValid()) { in print()177 TheLoc.print(OS, SM); in print()