Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp944 if (getCurFunctionOrMethodDecl()) { in DiagnoseAvailabilityOfDecl()
H A DSemaStmt.cpp4029 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4047 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4065 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4072 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
H A DSema.cpp1366 NamedDecl *Sema::getCurFunctionOrMethodDecl() { in getCurFunctionOrMethodDecl() function in Sema
H A DSemaLookup.cpp4780 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaExpr.cpp3467 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
18727 if (!Stmts.empty() && getCurFunctionOrMethodDecl()) { in DiagRuntimeBehavior()
19655 if (getCurFunctionOrMethodDecl()) in ActOnObjCAvailabilityCheckExpr()
H A DSemaDeclAttr.cpp3342 if (S.getCurFunctionOrMethodDecl()) { in handleInitPriorityAttr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3220 NamedDecl *getCurFunctionOrMethodDecl();