Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmtAsm.cpp160 if (!DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) { in ActOnGCCAsmStmt()
DSemaExprMember.cpp995 const auto *FD = getCurFunctionDecl(); in BuildMemberReferenceExpr()
1374 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
DSemaStmt.cpp3129 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()
3245 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()
3309 getCurFunctionDecl()); in BuildReturnStmt()
DSema.cpp947 FunctionDecl *Sema::getCurFunctionDecl() { in getCurFunctionDecl() function in Sema
DSemaAccess.cpp1885 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
DSemaChecking.cpp2418 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartImpl()
2445 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartImpl()
2480 if (const FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStart()
2502 if (const FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinMSVAStart()
2526 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartARM()
DSemaDecl.cpp6046 FunctionDecl *CurFD = getCurFunctionDecl(); in ActOnVariableDeclarator()
6118 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl())) in ActOnVariableDeclarator()
6586 FunctionDecl *FD = getCurFunctionDecl(); in CheckVariableDeclarationType()
10665 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionDef()
11170 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) && in ActOnFinishFunctionBody()
DSemaExpr.cpp267 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()
/external/clang/include/clang/Sema/
DSema.h2044 FunctionDecl *getCurFunctionDecl();