Searched refs:getCurFunctionDecl (Results 1 – 9 of 9) sorted by relevance
1035 const auto *FD = getCurFunctionDecl(); in BuildMemberReferenceExpr()1439 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
160 if (!DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) { in ActOnGCCAsmStmt()
3189 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()3318 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()3382 getCurFunctionDecl()); in BuildReturnStmt()
940 FunctionDecl *Sema::getCurFunctionDecl() { in getCurFunctionDecl() function in Sema
1892 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
3143 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartImpl()3171 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartImpl()3212 if (const FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStart()3234 if (const FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinMSVAStart()3258 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartARM()
6246 FunctionDecl *CurFD = getCurFunctionDecl(); in ActOnVariableDeclarator()6318 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) in ActOnVariableDeclarator()6865 FunctionDecl *FD = getCurFunctionDecl(); in CheckVariableDeclarationType()11075 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionDef()11580 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) && in ActOnFinishFunctionBody()
260 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()
2104 FunctionDecl *getCurFunctionDecl();