Searched refs:DefD (Results 1 – 1 of 1) sorted by relevance
200 static bool hasBodyOrInit(const FunctionDecl *D, const FunctionDecl *&DefD) { in hasBodyOrInit() argument201 return D->hasBody(DefD); in hasBodyOrInit()203 static bool hasBodyOrInit(const VarDecl *D, const VarDecl *&DefD) { in hasBodyOrInit() argument204 return D->getAnyInitializer(DefD); in hasBodyOrInit()