Home
last modified time | relevance | path

Searched refs:TheLoc (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DDeclBase.cpp172 SourceLocation TheLoc = Loc; in print() local
173 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()