Home | History | Annotate | Download | only in AST

Lines Matching refs:hasBody

551     FD->hasBody(Def) && Def->isInlined() && !Def->hasAttr<GNUInlineAttr>();
2274 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const {
2312 if (!hasBody(Definition))
2702 if (hasBody(Definition) && Definition->isInlined() &&
2916 HasPattern = PatternDecl->hasBody(PatternDecl);
3128 if (FD->hasBody(Definition))
3136 if (FunTmpl->getTemplatedDecl()->hasBody(Definition))