Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1412 FunctionDecl *Sema::getCurFunctionDecl() { in getCurFunctionDecl() function in Sema
1817 FD = FD ? FD : getCurFunctionDecl(); in targetDiag()
1845 DiagID, getCurFunctionDecl(), *this); in Diag()
H A DSemaExprMember.cpp985 const auto *FD = getCurFunctionDecl(); in BuildMemberReferenceExpr()
1407 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
H A DSemaStmt.cpp3906 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()
4052 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()
4066 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()
4114 getCurFunctionDecl()); in BuildReturnStmt()
H A DSemaAccess.cpp1937 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
H A DSemaDecl.cpp7292 FunctionDecl *CurFD = getCurFunctionDecl(); in ActOnVariableDeclarator()
7397 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) in ActOnVariableDeclarator()
8052 FunctionDecl *FD = getCurFunctionDecl(); in CheckVariableDeclarationType()
14000 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionDef()
14677 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) && in ActOnFinishFunctionBody()
H A DSemaChecking.cpp6155 if (const FunctionDecl *FD = S.getCurFunctionDecl()) in checkVAStartABI()
16678 const FunctionDecl *Caller = getCurFunctionDecl(); in CheckTCBEnforcement()
H A DSemaExpr.cpp159 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()
6656 if (auto *Caller = getCurFunctionDecl()) { in BuildResolvedCallExpr()
H A DSemaOpenMP.cpp6768 getCurFunctionDecl()); in ActOnOpenMPCall()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3247 FunctionDecl *getCurFunctionDecl();