Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp200 SourceLocation TheLoc = Loc; in print() local
201 if (TheLoc.isInvalid() && TheDecl) in print()
202 TheLoc = TheDecl->getLocation(); in print()
204 if (TheLoc.isValid()) { in print()
205 TheLoc.print(OS, SM); in print()