Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3900 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3922 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3940 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
3947 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
H A DSema.cpp1559 NamedDecl *Sema::getCurFunctionOrMethodDecl() const { in getCurFunctionOrMethodDecl() function in Sema
H A DSemaLookup.cpp5068 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaDeclAttr.cpp3415 if (S.getCurFunctionOrMethodDecl()) { in handleInitPriorityAttr()
H A DSemaChecking.cpp14667 const NamedDecl *Caller = getCurFunctionOrMethodDecl(); in CheckTCBEnforcement()
H A DSemaExpr.cpp19922 if (!Stmts.empty() && getCurFunctionOrMethodDecl()) { in DiagIfReachable()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h866 NamedDecl *getCurFunctionOrMethodDecl() const;