Searched refs:getCurFunctionDecl (Results 1 – 9 of 9) sorted by relevance
980 const auto *FD = getCurFunctionDecl(); in BuildMemberReferenceExpr()1392 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
259 if (!DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) { in ActOnGCCAsmStmt()
3549 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()3685 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()3750 getCurFunctionDecl()); in BuildReturnStmt()
1920 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
1204 FunctionDecl *Sema::getCurFunctionDecl() { in getCurFunctionDecl() function in Sema
6667 FunctionDecl *CurFD = getCurFunctionDecl(); in ActOnVariableDeclarator()6744 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) in ActOnVariableDeclarator()7384 FunctionDecl *FD = getCurFunctionDecl(); in CheckVariableDeclarationType()12632 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionDef()13253 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) && in ActOnFinishFunctionBody()
155 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()5601 if (auto *Caller = getCurFunctionDecl()) in BuildResolvedCallExpr()
5316 if (const FunctionDecl *FD = S.getCurFunctionDecl()) in checkVAStartABI()
2400 FunctionDecl *getCurFunctionDecl();