Searched refs:getCurFunctionDecl (Results 1 – 14 of 14) sorted by relevance
708 FunctionDecl *Caller = SemaRef.getCurFunctionDecl(/*AllowLambda=*/true); in RecordImplicitHostDeviceFuncUsedByDevice()823 SemaRef.getCurFunctionDecl(/*AllowLambda=*/true); in DiagIfDeviceCode()855 SemaRef.getCurFunctionDecl(/*AllowLambda=*/true); in DiagIfHostCode()892 FunctionDecl *Caller = SemaRef.getCurFunctionDecl(/*AllowLambda=*/true); in CheckCall()967 FunctionDecl *Caller = SemaRef.getCurFunctionDecl(/*AllowLambda=*/true); in CheckLambdaCapture()
74 DiagID, SemaRef.getCurFunctionDecl(), SemaRef); in Diag()
661 if (const FunctionDecl *FD = SemaRef.getCurFunctionDecl()) { in CheckSMEBuiltinFunctionCall()701 if (const FunctionDecl *FD = SemaRef.getCurFunctionDecl()) { in CheckSVEBuiltinFunctionCall()730 if (const FunctionDecl *FD = SemaRef.getCurFunctionDecl()) { in CheckNeonBuiltinFunctionCall()
672 FunctionDecl *FD = getCurFunctionDecl(); in diagnoseZeroToNullptrConversion()1547 FunctionDecl *Sema::getCurFunctionDecl(bool AllowLambda) const { in getCurFunctionDecl() function in Sema1948 FD = FD ? FD : getCurFunctionDecl(); in targetDiag()
1027 const auto *FD = getCurFunctionDecl(); in BuildMemberReferenceExpr()1470 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
3803 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()3974 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()3990 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()4041 getCurFunctionDecl()); in BuildReturnStmt()
6971 const FunctionDecl *Caller = getCurFunctionDecl(/*AllowLambda=*/true); in AddOverloadCandidate()7499 if (!CUDA().IsAllowedCall(getCurFunctionDecl(/*AllowLambda=*/true), in AddMethodCandidate()10278 if (FunctionDecl *Caller = S.getCurFunctionDecl(/*AllowLambda=*/true)) { in isBetterOverloadCandidate()10565 FunctionDecl *Caller = S.getCurFunctionDecl(/*AllowLambda=*/true); in isBetterOverloadCandidate()10694 const FunctionDecl *Caller = S.getCurFunctionDecl(/*AllowLambda=*/true); in BestViableFunction()11765 FunctionDecl *Caller = S.getCurFunctionDecl(/*AllowLambda=*/true); in DiagnoseBadTarget()12946 FunctionDecl *Caller = S.getCurFunctionDecl(/*AllowLambda=*/true); in AddMatchingNonTemplateFunction()13068 S.CUDA().EraseUnwantedMatches(S.getCurFunctionDecl(/*AllowLambda=*/true), in EliminateSuboptimalCudaMatches()13200 FunctionDecl *Caller = getCurFunctionDecl(/*AllowLambda=*/true); in resolveAddressOfSingleOverloadCandidate()
1954 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
1696 const FunctionDecl *Caller = getCurFunctionDecl(/*AllowLambda=*/true); in isUsualDeallocationFunction()1791 S.getCurFunctionDecl(/*AllowLambda=*/true), FD); in UsualDeallocFnInfo()2924 CUDA().EraseUnwantedMatches(getCurFunctionDecl(/*AllowLambda=*/true), in FindAllocationFunctions()
7779 FunctionDecl *CurFD = getCurFunctionDecl(); in ActOnVariableDeclarator()7896 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) in ActOnVariableDeclarator()8599 FunctionDecl *FD = getCurFunctionDecl(); in CheckVariableDeclarationType()15201 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionDef()16057 assert((FD == getCurFunctionDecl(/*AllowLambdas=*/true)) && in ActOnFinishFunctionBody()
170 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()6681 if (auto *Caller = getCurFunctionDecl()) { in BuildResolvedCallExpr()14389 dyn_cast_or_null<CXXMethodDecl>(getCurFunctionDecl(true)); in getSelfAssignmentClassMemberCandidate()
4597 if (const FunctionDecl *FD = S.getCurFunctionDecl()) in checkVAStartABI()
7217 SemaRef.getCurFunctionDecl(), in ActOnOpenMPCall()
856 FunctionDecl *getCurFunctionDecl(bool AllowLambda = false) const;