Home
last modified time | relevance | path

Searched refs:getFunctionLevelDeclContext (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp1420 DeclContext *Sema::getFunctionLevelDeclContext(bool AllowLambda) { in getFunctionLevelDeclContext() function in Sema
1441 DeclContext *DC = getFunctionLevelDeclContext(AllowLambda); in getCurFunctionDecl()
1446 DeclContext *DC = getFunctionLevelDeclContext(); in getCurMethodDecl()
1453 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionOrMethodDecl()
H A DSemaExprMember.cpp92 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in ClassifyImplicitMemberAccess()
208 DeclContext *FunctionLevelDC = SemaRef.getFunctionLevelDeclContext(); in diagnoseInstanceReference()
H A DSemaExprObjC.cpp1416 DeclContext *DC = getFunctionLevelDeclContext(); in tryCaptureObjCSelf()
H A DSemaExprCXX.cpp1189 DeclContext *DC = getFunctionLevelDeclContext(); in getCurrentThisType()
H A DSemaTemplate.cpp732 DeclContext *DC = getFunctionLevelDeclContext(); in ActOnDependentIdExpression()
H A DSemaExpr.cpp6499 const DeclContext *const DC = S.getFunctionLevelDeclContext(); in enclosingClassIsRelatedToClassInWhichMembersWereFound()
13560 if (const DeclContext *DC = S.getFunctionLevelDeclContext()) { in DiagnoseConstAssignment()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3448 DeclContext *getFunctionLevelDeclContext(bool AllowLambda = false);