Searched refs:hasSkippedBody (Results 1 – 6 of 6) sorted by relevance
392 Hash.AddBoolean(Method->hasSkippedBody()); in VisitObjCMethodDecl()
2248 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()2552 bool hasSkippedBody() const { return FunctionDeclBits.HasSkippedBody; } in hasSkippedBody() function
477 bool hasSkippedBody() const { return ObjCMethodDeclBits.HasSkippedBody; } in hasSkippedBody() function
720 FunctionDeclBits.addBit(D->hasSkippedBody()); in VisitFunctionDecl()809 Record.push_back(D->hasSkippedBody()); in VisitObjCMethodDecl()
5008 PatternDecl->hasSkippedBody()) && in InstantiateFunctionDefinition()5168 if (PatternDecl->hasSkippedBody()) { in InstantiateFunctionDefinition()
15799 if (getLangOpts().Coroutines && FD && !FD->hasSkippedBody()) { in ActOnFinishFunctionBody()15879 if (!FD->isDeleted() && !FD->isDefaulted() && !FD->hasSkippedBody() && in ActOnFinishFunctionBody()