Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp3138 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3157 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3175 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3183 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
HDSema.cpp931 NamedDecl *Sema::getCurFunctionOrMethodDecl() { in getCurFunctionOrMethodDecl() function in Sema
HDSemaLookup.cpp4153 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
HDSemaExpr.cpp3028 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
5145 bool isFileScope = getCurFunctionOrMethodDecl() == nullptr; in BuildCompoundLiteralExpr()
13538 if (Statement && getCurFunctionOrMethodDecl()) { in DiagRuntimeBehavior()
HDSemaDeclAttr.cpp2568 if (S.getCurFunctionOrMethodDecl()) { in handleInitPriorityAttr()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h2014 NamedDecl *getCurFunctionOrMethodDecl();