Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1481 DeclContext *Sema::getFunctionLevelDeclContext(bool AllowLambda) const { in getFunctionLevelDeclContext() function in Sema
1502 DeclContext *DC = getFunctionLevelDeclContext(AllowLambda); in getCurFunctionDecl()
1507 DeclContext *DC = getFunctionLevelDeclContext(); in getCurMethodDecl()
1514 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionOrMethodDecl()
H A DSemaExprMember.cpp92 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in ClassifyImplicitMemberAccess()
214 DeclContext *FunctionLevelDC = SemaRef.getFunctionLevelDeclContext(); in diagnoseInstanceReference()
H A DSemaExprCXX.cpp1227 DeclContext *DC = getFunctionLevelDeclContext(); in getCurrentThisType()
1418 DeclContext *DC = getFunctionLevelDeclContext(); in ActOnCXXThis()
H A DSemaExprObjC.cpp1415 DeclContext *DC = getFunctionLevelDeclContext(); in tryCaptureObjCSelf()
H A DSemaExpr.cpp7043 const DeclContext *const DC = S.getFunctionLevelDeclContext(); in enclosingClassIsRelatedToClassInWhichMembersWereFound()
14302 if (const DeclContext *DC = S.getFunctionLevelDeclContext()) { in DiagnoseConstAssignment()
H A DSemaTemplate.cpp734 DeclContext *DC = getFunctionLevelDeclContext(); in ActOnDependentIdExpression()
H A DTreeTransform.h13527 getSema().getFunctionLevelDeclContext()), in TransformLambdaExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3615 DeclContext *getFunctionLevelDeclContext(bool AllowLambda = false) const;