Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4038 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4060 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4078 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4085 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
H A DSema.cpp1452 NamedDecl *Sema::getCurFunctionOrMethodDecl() { in getCurFunctionOrMethodDecl() function in Sema
H A DSemaLookup.cpp5105 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaExpr.cpp3537 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
19788 if (!Stmts.empty() && getCurFunctionOrMethodDecl()) { in DiagIfReachable()
H A DSemaDeclAttr.cpp3734 if (S.getCurFunctionOrMethodDecl()) { in handleInitPriorityAttr()
H A DSemaChecking.cpp17866 const NamedDecl *Caller = getCurFunctionOrMethodDecl(); in CheckTCBEnforcement()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3464 NamedDecl *getCurFunctionOrMethodDecl();