Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp3613 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3632 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3650 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3658 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
H A DSema.cpp1216 NamedDecl *Sema::getCurFunctionOrMethodDecl() { in getCurFunctionOrMethodDecl() function in Sema
H A DSemaLookup.cpp4502 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaDeclAttr.cpp3306 if (S.getCurFunctionOrMethodDecl()) { in handleInitPriorityAttr()
8313 if (getCurFunctionOrMethodDecl()) { in DiagnoseAvailabilityOfDecl()
H A DSemaExpr.cpp3083 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
15962 if (Statement && getCurFunctionOrMethodDecl()) { in DiagRuntimeBehavior()
16861 if (getCurFunctionOrMethodDecl()) in ActOnObjCAvailabilityCheckExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2410 NamedDecl *getCurFunctionOrMethodDecl();