Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1184 DeclContext *Sema::getFunctionLevelDeclContext() { in getFunctionLevelDeclContext() function in Sema
1205 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionDecl()
1210 DeclContext *DC = getFunctionLevelDeclContext(); in getCurMethodDecl()
1217 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionOrMethodDecl()
H A DSemaExprMember.cpp93 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in ClassifyImplicitMemberAccess()
208 DeclContext *FunctionLevelDC = SemaRef.getFunctionLevelDeclContext(); in diagnoseInstanceReference()
H A DSemaExprObjC.cpp1246 DeclContext *DC = getFunctionLevelDeclContext(); in tryCaptureObjCSelf()
H A DSemaExprCXX.cpp1062 DeclContext *DC = getFunctionLevelDeclContext(); in getCurrentThisType()
H A DSemaExpr.cpp5328 const DeclContext *const DC = S.getFunctionLevelDeclContext(); in enclosingClassIsRelatedToClassInWhichMembersWereFound()
11090 if (const DeclContext *DC = S.getFunctionLevelDeclContext()) { in DiagnoseConstAssignment()
H A DSemaTemplate.cpp607 DeclContext *DC = getFunctionLevelDeclContext(); in ActOnDependentIdExpression()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2395 DeclContext *getFunctionLevelDeclContext();