Searched refs:hasSkippedBody (Results 1 – 5 of 5) sorted by relevance
2148 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()2420 bool hasSkippedBody() const { return FunctionDeclBits.HasSkippedBody; } in hasSkippedBody() function
482 bool hasSkippedBody() const { return ObjCMethodDeclBits.HasSkippedBody; } in hasSkippedBody() function
563 Record.push_back(D->hasSkippedBody()); in VisitFunctionDecl()700 Record.push_back(D->hasSkippedBody()); in VisitObjCMethodDecl()
4895 PatternDecl->hasSkippedBody()) && in InstantiateFunctionDefinition()5037 if (PatternDecl->hasSkippedBody()) { in InstantiateFunctionDefinition()
14547 if (!FD->isDeleted() && !FD->isDefaulted() && !FD->hasSkippedBody()) in ActOnFinishFunctionBody()