Searched refs:getCurFunctionDecl (Results 1 – 9 of 9) sorted by relevance
160 if (!DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) { in ActOnGCCAsmStmt()
995 const auto *FD = getCurFunctionDecl(); in BuildMemberReferenceExpr()1374 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
3129 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()3245 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()3309 getCurFunctionDecl()); in BuildReturnStmt()
947 FunctionDecl *Sema::getCurFunctionDecl() { in getCurFunctionDecl() function in Sema
1885 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
2418 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartImpl()2445 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartImpl()2480 if (const FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStart()2502 if (const FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinMSVAStart()2526 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartARM()
6046 FunctionDecl *CurFD = getCurFunctionDecl(); in ActOnVariableDeclarator()6118 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) in ActOnVariableDeclarator()6586 FunctionDecl *FD = getCurFunctionDecl(); in CheckVariableDeclarationType()10665 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionDef()11170 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) && in ActOnFinishFunctionBody()
267 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()
2044 FunctionDecl *getCurFunctionDecl();