Searched refs:getFunctionLevelDeclContext (Results 1 – 7 of 7) sorted by relevance
1527 DeclContext *Sema::getFunctionLevelDeclContext(bool AllowLambda) const { in getFunctionLevelDeclContext() function in Sema1548 DeclContext *DC = getFunctionLevelDeclContext(AllowLambda); in getCurFunctionDecl()1553 DeclContext *DC = getFunctionLevelDeclContext(); in getCurMethodDecl()1560 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionOrMethodDecl()
98 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in ClassifyImplicitMemberAccess()234 DeclContext *FunctionLevelDC = SemaRef.getFunctionLevelDeclContext(); in diagnoseInstanceReference()
1224 DeclContext *DC = getFunctionLevelDeclContext(); in getCurrentThisType()1435 DeclContext *DC = getFunctionLevelDeclContext(); in CheckCXXThisType()
1428 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in tryCaptureObjCSelf()
6261 const DeclContext *const DC = S.getFunctionLevelDeclContext(); in enclosingClassIsRelatedToClassInWhichMembersWereFound()13274 if (const DeclContext *DC = S.getFunctionLevelDeclContext()) { in DiagnoseConstAssignment()
14437 getSema().getFunctionLevelDeclContext()), in TransformLambdaExpr()
850 DeclContext *getFunctionLevelDeclContext(bool AllowLambda = false) const;