Home
last modified time | relevance | path

Searched refs:hasSkippedBody (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp392 Hash.AddBoolean(Method->hasSkippedBody()); in VisitObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2248 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()
2552 bool hasSkippedBody() const { return FunctionDeclBits.HasSkippedBody; } in hasSkippedBody() function
H A DDeclObjC.h477 bool hasSkippedBody() const { return ObjCMethodDeclBits.HasSkippedBody; } in hasSkippedBody() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp720 FunctionDeclBits.addBit(D->hasSkippedBody()); in VisitFunctionDecl()
809 Record.push_back(D->hasSkippedBody()); in VisitObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5008 PatternDecl->hasSkippedBody()) && in InstantiateFunctionDefinition()
5168 if (PatternDecl->hasSkippedBody()) { in InstantiateFunctionDefinition()
H A DSemaDecl.cpp15799 if (getLangOpts().Coroutines && FD && !FD->hasSkippedBody()) { in ActOnFinishFunctionBody()
15879 if (!FD->isDeleted() && !FD->isDefaulted() && !FD->hasSkippedBody() && in ActOnFinishFunctionBody()