Home
last modified time | relevance | path

Searched refs:getCurFunctionDecl (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1354 FunctionDecl *Sema::getCurFunctionDecl() { in getCurFunctionDecl() function in Sema
1759 FD = FD ? FD : getCurFunctionDecl(); in targetDiag()
1787 DiagID, getCurFunctionDecl(), *this); in Diag()
H A DSemaExprMember.cpp984 const auto *FD = getCurFunctionDecl(); in BuildMemberReferenceExpr()
1406 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
H A DSemaStmt.cpp3954 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()
4099 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()
4113 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()
4166 getCurFunctionDecl()); in BuildReturnStmt()
H A DSemaAccess.cpp1936 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
H A DSemaDecl.cpp7226 FunctionDecl *CurFD = getCurFunctionDecl(); in ActOnVariableDeclarator()
7331 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) in ActOnVariableDeclarator()
7993 FunctionDecl *FD = getCurFunctionDecl(); in CheckVariableDeclarationType()
13944 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionDef()
14621 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) && in ActOnFinishFunctionBody()
H A DSemaChecking.cpp5906 if (const FunctionDecl *FD = S.getCurFunctionDecl()) in checkVAStartABI()
16337 const FunctionDecl *Caller = getCurFunctionDecl(); in CheckTCBEnforcement()
H A DSemaExpr.cpp154 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()
6593 if (auto *Caller = getCurFunctionDecl()) { in BuildResolvedCallExpr()
H A DSemaOpenMP.cpp6752 getCurFunctionDecl()); in ActOnOpenMPCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3210 FunctionDecl *getCurFunctionDecl();