Home
last modified time | relevance | path

Searched refs:getCurFunctionDecl (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp708 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()
H A DSemaBase.cpp74 DiagID, SemaRef.getCurFunctionDecl(), SemaRef); in Diag()
H A DSemaARM.cpp661 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()
H A DSema.cpp672 FunctionDecl *FD = getCurFunctionDecl(); in diagnoseZeroToNullptrConversion()
1547 FunctionDecl *Sema::getCurFunctionDecl(bool AllowLambda) const { in getCurFunctionDecl() function in Sema
1948 FD = FD ? FD : getCurFunctionDecl(); in targetDiag()
H A DSemaExprMember.cpp1027 const auto *FD = getCurFunctionDecl(); in BuildMemberReferenceExpr()
1470 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
H A DSemaStmt.cpp3803 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()
3974 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()
3990 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()
4041 getCurFunctionDecl()); in BuildReturnStmt()
H A DSemaOverload.cpp6971 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()
H A DSemaAccess.cpp1954 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
H A DSemaExprCXX.cpp1696 const FunctionDecl *Caller = getCurFunctionDecl(/*AllowLambda=*/true); in isUsualDeallocationFunction()
1791 S.getCurFunctionDecl(/*AllowLambda=*/true), FD); in UsualDeallocFnInfo()
2924 CUDA().EraseUnwantedMatches(getCurFunctionDecl(/*AllowLambda=*/true), in FindAllocationFunctions()
H A DSemaDecl.cpp7779 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()
H A DSemaExpr.cpp170 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()
6681 if (auto *Caller = getCurFunctionDecl()) { in BuildResolvedCallExpr()
14389 dyn_cast_or_null<CXXMethodDecl>(getCurFunctionDecl(true)); in getSelfAssignmentClassMemberCandidate()
H A DSemaChecking.cpp4597 if (const FunctionDecl *FD = S.getCurFunctionDecl()) in checkVAStartABI()
H A DSemaOpenMP.cpp7217 SemaRef.getCurFunctionDecl(), in ActOnOpenMPCall()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h856 FunctionDecl *getCurFunctionDecl(bool AllowLambda = false) const;