Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1527 DeclContext *Sema::getFunctionLevelDeclContext(bool AllowLambda) const { in getFunctionLevelDeclContext() function in Sema
1548 DeclContext *DC = getFunctionLevelDeclContext(AllowLambda); in getCurFunctionDecl()
1553 DeclContext *DC = getFunctionLevelDeclContext(); in getCurMethodDecl()
1560 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionOrMethodDecl()
H A DSemaExprMember.cpp98 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in ClassifyImplicitMemberAccess()
234 DeclContext *FunctionLevelDC = SemaRef.getFunctionLevelDeclContext(); in diagnoseInstanceReference()
H A DSemaExprCXX.cpp1224 DeclContext *DC = getFunctionLevelDeclContext(); in getCurrentThisType()
1435 DeclContext *DC = getFunctionLevelDeclContext(); in CheckCXXThisType()
H A DSemaExprObjC.cpp1428 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in tryCaptureObjCSelf()
H A DSemaExpr.cpp6261 const DeclContext *const DC = S.getFunctionLevelDeclContext(); in enclosingClassIsRelatedToClassInWhichMembersWereFound()
13274 if (const DeclContext *DC = S.getFunctionLevelDeclContext()) { in DiagnoseConstAssignment()
H A DTreeTransform.h14437 getSema().getFunctionLevelDeclContext()), in TransformLambdaExpr()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h850 DeclContext *getFunctionLevelDeclContext(bool AllowLambda = false) const;