Searched refs:getCurFunctionDecl (Results 1 – 9 of 9) sorted by relevance
1354 FunctionDecl *Sema::getCurFunctionDecl() { in getCurFunctionDecl() function in Sema1759 FD = FD ? FD : getCurFunctionDecl(); in targetDiag()1787 DiagID, getCurFunctionDecl(), *this); in Diag()
984 const auto *FD = getCurFunctionDecl(); in BuildMemberReferenceExpr()1406 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
3954 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()4099 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()4113 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()4166 getCurFunctionDecl()); in BuildReturnStmt()
1936 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
7226 FunctionDecl *CurFD = getCurFunctionDecl(); in ActOnVariableDeclarator()7331 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) in ActOnVariableDeclarator()7993 FunctionDecl *FD = getCurFunctionDecl(); in CheckVariableDeclarationType()13944 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionDef()14621 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) && in ActOnFinishFunctionBody()
5906 if (const FunctionDecl *FD = S.getCurFunctionDecl()) in checkVAStartABI()16337 const FunctionDecl *Caller = getCurFunctionDecl(); in CheckTCBEnforcement()
154 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()6593 if (auto *Caller = getCurFunctionDecl()) { in BuildResolvedCallExpr()
6752 getCurFunctionDecl()); in ActOnOpenMPCall()
3210 FunctionDecl *getCurFunctionDecl();