Searched refs:getFunctionLevelDeclContext (Results 1 – 8 of 8) sorted by relevance
1626 DeclContext *Sema::getFunctionLevelDeclContext(bool AllowLambda) const { in getFunctionLevelDeclContext() function in Sema1647 DeclContext *DC = getFunctionLevelDeclContext(AllowLambda); in getCurFunctionDecl()1652 DeclContext *DC = getFunctionLevelDeclContext(); in getCurMethodDecl()1659 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionOrMethodDecl()
96 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in ClassifyImplicitMemberAccess()232 DeclContext *FunctionLevelDC = SemaRef.getFunctionLevelDeclContext(); in diagnoseInstanceReference()
1206 DeclContext *DC = getFunctionLevelDeclContext(); in getCurrentThisType()1417 DeclContext *DC = getFunctionLevelDeclContext(); in CheckCXXThisType()
1423 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in tryCaptureObjCSelf()
6403 const DeclContext *const DC = S.getFunctionLevelDeclContext(); in enclosingClassIsRelatedToClassInWhichMembersWereFound()13654 if (const DeclContext *DC = S.getFunctionLevelDeclContext()) { in DiagnoseConstAssignment()
15557 getSema().getFunctionLevelDeclContext()), in TransformLambdaExpr()
1137 DeclContext *getFunctionLevelDeclContext(bool AllowLambda = false) const;
4639 {"_ZN5clang4Sema27getFunctionLevelDeclContextEv", "clang::Sema::getFunctionLevelDeclContext()"},