Searched refs:DefD (Results 1 – 1 of 1) sorted by relevance
228 static bool hasBodyOrInit(const FunctionDecl *D, const FunctionDecl *&DefD) { in hasBodyOrInit() argument229 return D->hasBody(DefD); in hasBodyOrInit()231 static bool hasBodyOrInit(const VarDecl *D, const VarDecl *&DefD) { in hasBodyOrInit() argument232 return D->getAnyInitializer(DefD); in hasBodyOrInit()