Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp163 (FuncDecl->willHaveBody() && !FuncDecl->hasBody())) { in compileFunc()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2249 willHaveBody() || hasDefiningAttr(); in isThisDeclarationADefinition()
2558 bool willHaveBody() const { return FunctionDeclBits.WillHaveBody; } in willHaveBody() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9044 if (FD->willHaveBody() || FD->isInvalidDecl()) in DefineDefaultedComparison()
13897 if (Constructor->willHaveBody() || Constructor->isInvalidDecl()) in DefineImplicitDefaultConstructor()
14041 if (Constructor->willHaveBody() || Constructor->isInvalidDecl()) in DefineInheritingConstructor()
14189 if (Destructor->willHaveBody() || Destructor->isInvalidDecl()) in DefineImplicitDestructor()
14887 if (CopyAssignOperator->willHaveBody() || CopyAssignOperator->isInvalidDecl()) in DefineImplicitCopyAssignment()
15272 if (MoveAssignOperator->willHaveBody() || MoveAssignOperator->isInvalidDecl()) in DefineImplicitMoveAssignment()
15600 if (CopyConstructor->willHaveBody() || CopyConstructor->isInvalidDecl()) in DefineImplicitCopyConstructor()
15739 if (MoveConstructor->willHaveBody() || MoveConstructor->isInvalidDecl()) in DefineImplicitMoveConstructor()
H A DSemaTemplateInstantiateDecl.cpp4926 if (PatternDef->willHaveBody()) in InstantiateFunctionDefinition()
H A DSemaOverload.cpp14069 TP && TP->willHaveBody()) { in BuildOverloadedCallExpr()
H A DSemaDecl.cpp15485 if (!FD->willHaveBody() && !FD->isLateTemplateParsed() && in ActOnStartOfFunctionDef()
/src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2636 (fn->doesThisDeclarationHaveABody() || fn->willHaveBody()); in hasInlineBody()
H A DDecl.cpp3920 assert((doesThisDeclarationHaveABody() || willHaveBody() || in isInlineDefinitionExternallyVisible()