Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4065 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4087 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4105 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4112 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
H A DSema.cpp1513 NamedDecl *Sema::getCurFunctionOrMethodDecl() const { in getCurFunctionOrMethodDecl() function in Sema
H A DSemaLookup.cpp5133 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaDeclAttr.cpp3891 if (S.getCurFunctionOrMethodDecl()) { in handleInitPriorityAttr()
H A DSemaChecking.cpp20143 const NamedDecl *Caller = getCurFunctionOrMethodDecl(); in CheckTCBEnforcement()
H A DSemaExpr.cpp20920 if (!Stmts.empty() && getCurFunctionOrMethodDecl()) { in DiagIfReachable()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3631 NamedDecl *getCurFunctionOrMethodDecl() const;