Home
last modified time | relevance | path

Searched refs:getCurFunctionOrMethodDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSema.cpp847 NamedDecl *Sema::getCurFunctionOrMethodDecl() { in getCurFunctionOrMethodDecl() function in Sema
DSemaStmt.cpp2788 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in ActOnReturnStmt()
2821 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in ActOnReturnStmt()
DSemaExpr.cpp2831 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
4788 bool isFileScope = getCurFunctionOrMethodDecl() == 0; in BuildCompoundLiteralExpr()
9867 = (getCurFunctionOrMethodDecl() == 0) && (getCurBlock() == 0); in ActOnStmtExpr()
12418 if (Statement && getCurFunctionOrMethodDecl()) { in DiagRuntimeBehavior()
DSemaLookup.cpp3914 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
DSemaDeclAttr.cpp3036 if (!isa<VarDecl>(D) || S.getCurFunctionOrMethodDecl()) { in handleInitPriorityAttr()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1809 NamedDecl *getCurFunctionOrMethodDecl();