Searched refs:hasSkippedBody (Results 1 – 6 of 6) sorted by relevance
411 Hash.AddBoolean(Method->hasSkippedBody()); in VisitObjCMethodDecl()
2295 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()2652 bool hasSkippedBody() const { return FunctionDeclBits.HasSkippedBody; } in hasSkippedBody() function
477 bool hasSkippedBody() const { return ObjCMethodDeclBits.HasSkippedBody; } in hasSkippedBody() function
876 FunctionDeclBits.addBit(D->hasSkippedBody()); in VisitFunctionDecl()982 Record.push_back(D->hasSkippedBody()); in VisitObjCMethodDecl()
5591 PatternDecl->hasSkippedBody()) && in InstantiateFunctionDefinition()5829 if (PatternDecl->hasSkippedBody()) { in InstantiateFunctionDefinition()
16247 if (getLangOpts().Coroutines && FD && !FD->hasSkippedBody()) { in ActOnFinishFunctionBody()16358 if (!FD->isDeleted() && !FD->isDefaulted() && !FD->hasSkippedBody() && in ActOnFinishFunctionBody()20665 return Def && !Def->hasSkippedBody() && in getEmissionStatus()