Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp1035 const auto *FD = getCurFunctionDecl(); in BuildMemberReferenceExpr()
1439 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
DSemaStmtAsm.cpp160 if (!DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) { in ActOnGCCAsmStmt()
DSemaStmt.cpp3189 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()
3318 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()
3382 getCurFunctionDecl()); in BuildReturnStmt()
DSema.cpp940 FunctionDecl *Sema::getCurFunctionDecl() { in getCurFunctionDecl() function in Sema
DSemaAccess.cpp1892 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
DSemaChecking.cpp3143 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartImpl()
3171 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartImpl()
3212 if (const FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStart()
3234 if (const FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinMSVAStart()
3258 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartARM()
DSemaDecl.cpp6246 FunctionDecl *CurFD = getCurFunctionDecl(); in ActOnVariableDeclarator()
6318 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) in ActOnVariableDeclarator()
6865 FunctionDecl *FD = getCurFunctionDecl(); in CheckVariableDeclarationType()
11075 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionDef()
11580 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) && in ActOnFinishFunctionBody()
DSemaExpr.cpp260 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()
/external/clang/include/clang/Sema/
DSema.h2104 FunctionDecl *getCurFunctionDecl();