Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4020 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4042 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4060 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4067 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
H A DSema.cpp1658 NamedDecl *Sema::getCurFunctionOrMethodDecl() const { in getCurFunctionOrMethodDecl() function in Sema
H A DSemaLookup.cpp5160 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaDeclAttr.cpp3838 if (S.getCurFunctionOrMethodDecl()) { in handleInitPriorityAttr()
H A DSemaChecking.cpp16138 const NamedDecl *Caller = getCurFunctionOrMethodDecl(); in CheckTCBEnforcement()
H A DSemaExpr.cpp20411 if (!Stmts.empty() && getCurFunctionOrMethodDecl()) { in DiagIfReachable()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1153 NamedDecl *getCurFunctionOrMethodDecl() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4642 {"_ZN5clang4Sema26getCurFunctionOrMethodDeclEv", "clang::Sema::getCurFunctionOrMethodDecl()"},