Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp980 const auto *FD = getCurFunctionDecl(); in BuildMemberReferenceExpr()
1392 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
H A DSemaStmtAsm.cpp259 if (!DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) { in ActOnGCCAsmStmt()
H A DSemaStmt.cpp3549 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()
3685 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()
3750 getCurFunctionDecl()); in BuildReturnStmt()
H A DSemaAccess.cpp1920 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
H A DSema.cpp1204 FunctionDecl *Sema::getCurFunctionDecl() { in getCurFunctionDecl() function in Sema
H A DSemaDecl.cpp6667 FunctionDecl *CurFD = getCurFunctionDecl(); in ActOnVariableDeclarator()
6744 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) in ActOnVariableDeclarator()
7384 FunctionDecl *FD = getCurFunctionDecl(); in CheckVariableDeclarationType()
12632 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionDef()
13253 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) && in ActOnFinishFunctionBody()
H A DSemaExpr.cpp155 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()
5601 if (auto *Caller = getCurFunctionDecl()) in BuildResolvedCallExpr()
H A DSemaChecking.cpp5316 if (const FunctionDecl *FD = S.getCurFunctionDecl()) in checkVAStartABI()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2400 FunctionDecl *getCurFunctionDecl();