Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4030 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4052 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4070 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
4077 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); in BuildReturnStmt()
H A DSema.cpp1480 NamedDecl *Sema::getCurFunctionOrMethodDecl() { in getCurFunctionOrMethodDecl() function in Sema
H A DSemaLookup.cpp5115 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaExpr.cpp3541 currentDecl = getCurFunctionOrMethodDecl(); in BuildPredefinedExpr()
20167 if (!Stmts.empty() && getCurFunctionOrMethodDecl()) { in DiagIfReachable()
H A DSemaDeclAttr.cpp3841 if (S.getCurFunctionOrMethodDecl()) { in handleInitPriorityAttr()
H A DSemaChecking.cpp18132 const NamedDecl *Caller = getCurFunctionOrMethodDecl(); in CheckTCBEnforcement()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3563 NamedDecl *getCurFunctionOrMethodDecl();