Home
last modified time | relevance | path

Searched refs:willHaveBody (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2261 willHaveBody() || hasDefiningAttr(); in isThisDeclarationADefinition()
2570 bool willHaveBody() const { return FunctionDeclBits.WillHaveBody; } in willHaveBody() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9148 if (FD->willHaveBody() || FD->isInvalidDecl()) in DefineDefaultedComparison()
14028 if (Constructor->willHaveBody() || Constructor->isInvalidDecl()) in DefineImplicitDefaultConstructor()
14167 if (Constructor->willHaveBody() || Constructor->isInvalidDecl()) in DefineInheritingConstructor()
14315 if (Destructor->willHaveBody() || Destructor->isInvalidDecl()) in DefineImplicitDestructor()
15013 if (CopyAssignOperator->willHaveBody() || CopyAssignOperator->isInvalidDecl()) in DefineImplicitCopyAssignment()
15396 if (MoveAssignOperator->willHaveBody() || MoveAssignOperator->isInvalidDecl()) in DefineImplicitMoveAssignment()
15721 if (CopyConstructor->willHaveBody() || CopyConstructor->isInvalidDecl()) in DefineImplicitCopyConstructor()
15857 if (MoveConstructor->willHaveBody() || MoveConstructor->isInvalidDecl()) in DefineImplicitMoveConstructor()
H A DSemaTemplateInstantiateDecl.cpp4938 if (PatternDef->willHaveBody()) in InstantiateFunctionDefinition()
H A DSemaOverload.cpp14038 TP && TP->willHaveBody()) { in BuildOverloadedCallExpr()
H A DSemaDecl.cpp15715 if (!FD->willHaveBody() && !FD->isLateTemplateParsed() && in ActOnStartOfFunctionDef()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2583 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
H A DDecl.cpp3870 assert((doesThisDeclarationHaveABody() || willHaveBody() || in isInlineDefinitionExternallyVisible()