Searched defs:TheLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDeclBase.cpp190 SourceLocation TheLoc = Loc; local
191 if (TheLoc.isInvalid() && TheDecl)
192 TheLoc = TheDecl->getLocation();
194 if (TheLoc.isValid()) {
195 TheLoc.print(OS, SM);

Completed in 73 milliseconds