Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp1448 if (const auto *FD = D->getAsFunction(); FD && !FD->willHaveBody()) in maybeAddDeclWithEffects()
H A DSemaDeclCXX.cpp9223 if (FD->willHaveBody() || FD->isInvalidDecl()) in DefineDefaultedComparison()
14188 if (Constructor->willHaveBody() || Constructor->isInvalidDecl()) in DefineImplicitDefaultConstructor()
14332 if (Constructor->willHaveBody() || Constructor->isInvalidDecl()) in DefineInheritingConstructor()
14480 if (Destructor->willHaveBody() || Destructor->isInvalidDecl()) in DefineImplicitDestructor()
15176 if (CopyAssignOperator->willHaveBody() || CopyAssignOperator->isInvalidDecl()) in DefineImplicitCopyAssignment()
15561 if (MoveAssignOperator->willHaveBody() || MoveAssignOperator->isInvalidDecl()) in DefineImplicitMoveAssignment()
15891 if (CopyConstructor->willHaveBody() || CopyConstructor->isInvalidDecl()) in DefineImplicitCopyConstructor()
16029 if (MoveConstructor->willHaveBody() || MoveConstructor->isInvalidDecl()) in DefineImplicitMoveConstructor()
H A DSemaTemplateInstantiateDecl.cpp5486 if (PatternDef->willHaveBody()) in InstantiateFunctionDefinition()
H A DSemaOverload.cpp14866 TP && TP->willHaveBody() && CurContext->isDependentContext()) { in BuildOverloadedCallExpr()
H A DSemaDecl.cpp15921 if (!FD->willHaveBody() && !FD->isLateTemplateParsed() && in ActOnStartOfFunctionDef()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2296 willHaveBody() || hasDefiningAttr(); in isThisDeclarationADefinition()
2658 bool willHaveBody() const { return FunctionDeclBits.WillHaveBody; } in willHaveBody() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2835 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
H A DDecl.cpp4012 assert((doesThisDeclarationHaveABody() || willHaveBody() || in isInlineDefinitionExternallyVisible()