Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3982 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4000 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4018 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4025 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
H A DSema.cpp1424 NamedDecl *Sema::getCurFunctionOrMethodDecl() { in getCurFunctionOrMethodDecl() function in Sema
H A DSemaLookup.cpp4790 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaDeclAttr.cpp3427 if (S.getCurFunctionOrMethodDecl()) { in handleInitPriorityAttr()
H A DSemaExpr.cpp3478 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
18903 if (!Stmts.empty() && getCurFunctionOrMethodDecl()) { in DiagRuntimeBehavior()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3257 NamedDecl *getCurFunctionOrMethodDecl();