Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp332 SourceLocation TheLoc = Loc; in print() local
333 if (TheLoc.isInvalid() && TheDecl) in print()
334 TheLoc = TheDecl->getLocation(); in print()
336 if (TheLoc.isValid()) { in print()
337 TheLoc.print(OS, SM); in print()