Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2922 if (const FunctionDecl *FD = getCurFunctionDecl()) { in BuildReturnStmt()
3038 FunctionDecl *FD = getCurFunctionDecl(); in BuildReturnStmt()
3102 getCurFunctionDecl()); in BuildReturnStmt()
H A DSema.cpp908 FunctionDecl *Sema::getCurFunctionDecl() { in getCurFunctionDecl() function in Sema
H A DSemaAccess.cpp1880 else if (FunctionDecl *FD = getCurFunctionDecl()) { in IsSimplyAccessible()
H A DSemaExprMember.cpp1333 else if (ObjCImpDecl && S.getCurFunctionDecl()) { in LookupMemberExpr()
H A DSemaChecking.cpp1960 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStart()
1987 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStart()
2026 else if (FunctionDecl *FD = getCurFunctionDecl()) in SemaBuiltinVAStartARM()
H A DSemaDecl.cpp5662 FunctionDecl *CurFD = getCurFunctionDecl(); in ActOnVariableDeclarator()
10083 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionDef()
10516 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) && in ActOnFinishFunctionBody()
H A DSemaTemplate.cpp6431 assert(getCurFunctionDecl() == nullptr && "Function parsing confused"); in ActOnStartOfFunctionTemplateDef()
H A DSemaExpr.cpp206 FunctionDecl *Current = S.getCurFunctionDecl(); in diagnoseUseOfInternalDeclInInlineFunction()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1940 FunctionDecl *getCurFunctionDecl();