Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp3174 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3193 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3211 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3219 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
DSema.cpp959 NamedDecl *Sema::getCurFunctionOrMethodDecl() { in getCurFunctionOrMethodDecl() function in Sema
DSemaLookup.cpp4335 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
DSemaExpr.cpp3002 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
5270 bool isFileScope = getCurFunctionOrMethodDecl() == nullptr; in BuildCompoundLiteralExpr()
13783 if (Statement && getCurFunctionOrMethodDecl()) { in DiagRuntimeBehavior()
DSemaDeclAttr.cpp2758 if (S.getCurFunctionOrMethodDecl()) { in handleInitPriorityAttr()
/external/clang/include/clang/Sema/
DSema.h2054 NamedDecl *getCurFunctionOrMethodDecl();