Home | History | Annotate | Download | only in AST

Lines Matching refs:TheDecl

191   if (TheLoc.isInvalid() && TheDecl)
192 TheLoc = TheDecl->getLocation();
201 if (const NamedDecl *DN = dyn_cast_or_null<NamedDecl>(TheDecl)) {