Searched refs:getCurFunctionDecl (Results 1 – 9 of 9) sorted by relevance
1412 FunctionDecl *Sema::getCurFunctionDecl() { in getCurFunctionDecl() function in Sema1817 FD = FD ? FD : getCurFunctionDecl(); in targetDiag()1845 DiagID, getCurFunctionDecl(), *this); in Diag()
985 const auto *FD = getCurFunctionDecl(); in BuildMemberReferenceExpr()1407 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
3906 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()4052 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()4066 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()4114 getCurFunctionDecl()); in BuildReturnStmt()
1937 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
7292 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()
6155 if (const FunctionDecl *FD = S.getCurFunctionDecl()) in checkVAStartABI()16678 const FunctionDecl *Caller = getCurFunctionDecl(); in CheckTCBEnforcement()
159 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()6656 if (auto *Caller = getCurFunctionDecl()) { in BuildResolvedCallExpr()
6768 getCurFunctionDecl()); in ActOnOpenMPCall()
3247 FunctionDecl *getCurFunctionDecl();