Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h2148 doesThisDeclarationHaveABody() || hasSkippedBody() || in isThisDeclarationADefinition()
2420 bool hasSkippedBody() const { return FunctionDeclBits.HasSkippedBody; } in hasSkippedBody() function
DDeclObjC.h482 bool hasSkippedBody() const { return ObjCMethodDeclBits.HasSkippedBody; } in hasSkippedBody() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp563 Record.push_back(D->hasSkippedBody()); in VisitFunctionDecl()
700 Record.push_back(D->hasSkippedBody()); in VisitObjCMethodDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4895 PatternDecl->hasSkippedBody()) && in InstantiateFunctionDefinition()
5037 if (PatternDecl->hasSkippedBody()) { in InstantiateFunctionDefinition()
DSemaDecl.cpp14547 if (!FD->isDeleted() && !FD->isDefaulted() && !FD->hasSkippedBody()) in ActOnFinishFunctionBody()