Searched refs:TheLoc (Results 1 – 1 of 1) sorted by relevance
182 SourceLocation TheLoc = Loc; in print() local183 if (TheLoc.isInvalid() && TheDecl) in print()184 TheLoc = TheDecl->getLocation(); in print()186 if (TheLoc.isValid()) { in print()187 TheLoc.print(OS, SM); in print()