Searched refs:getCurFunctionOrMethodDecl (Results 1 – 6 of 6) sorted by relevance
847 NamedDecl *Sema::getCurFunctionOrMethodDecl() { in getCurFunctionOrMethodDecl() function in Sema
2788 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in ActOnReturnStmt()2821 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in ActOnReturnStmt()
2831 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()4788 bool isFileScope = getCurFunctionOrMethodDecl() == 0; in BuildCompoundLiteralExpr()9867 = (getCurFunctionOrMethodDecl() == 0) && (getCurBlock() == 0); in ActOnStmtExpr()12418 if (Statement && getCurFunctionOrMethodDecl()) { in DiagRuntimeBehavior()
3914 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
3036 if (!isa<VarDecl>(D) || S.getCurFunctionOrMethodDecl()) { in handleInitPriorityAttr()
1809 NamedDecl *getCurFunctionOrMethodDecl();