Searched refs:DefD (Results 1 – 1 of 1) sorted by relevance
204 static bool hasBodyOrInit(const FunctionDecl *D, const FunctionDecl *&DefD) { in hasBodyOrInit() argument205 return D->hasBody(DefD); in hasBodyOrInit()207 static bool hasBodyOrInit(const VarDecl *D, const VarDecl *&DefD) { in hasBodyOrInit() argument208 return D->getAnyInitializer(DefD); in hasBodyOrInit()