Searched refs:getCurFunctionDecl (Results 1 – 9 of 9) sorted by relevance
2922 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()3038 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()3102 getCurFunctionDecl()); in BuildReturnStmt()
908 FunctionDecl *Sema::getCurFunctionDecl() { in getCurFunctionDecl() function in Sema
1880 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
1333 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
1960 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStart()1987 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStart()2026 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartARM()
5662 FunctionDecl *CurFD = getCurFunctionDecl(); in ActOnVariableDeclarator()10083 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionDef()10516 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) && in ActOnFinishFunctionBody()
6431 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionTemplateDef()
206 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()
1940 FunctionDecl *getCurFunctionDecl();