Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp302 SourceLocation TheLoc = Loc; in print() local
303 if (TheLoc.isInvalid() && TheDecl) in print()
304 TheLoc = TheDecl->getLocation(); in print()
306 if (TheLoc.isValid()) { in print()
307 TheLoc.print(OS, SM); in print()