Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1391 DeclContext *Sema::getFunctionLevelDeclContext() { in getFunctionLevelDeclContext() function in Sema
1413 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionDecl()
1418 DeclContext *DC = getFunctionLevelDeclContext(); in getCurMethodDecl()
1425 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionOrMethodDecl()
H A DSemaExprMember.cpp92 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in ClassifyImplicitMemberAccess()
207 DeclContext *FunctionLevelDC = SemaRef.getFunctionLevelDeclContext(); in diagnoseInstanceReference()
H A DSemaExprObjC.cpp1416 DeclContext *DC = getFunctionLevelDeclContext(); in tryCaptureObjCSelf()
H A DSemaExprCXX.cpp1187 DeclContext *DC = getFunctionLevelDeclContext(); in getCurrentThisType()
H A DSemaTemplate.cpp728 DeclContext *DC = getFunctionLevelDeclContext(); in ActOnDependentIdExpression()
H A DSemaExpr.cpp6308 const DeclContext *const DC = S.getFunctionLevelDeclContext(); in enclosingClassIsRelatedToClassInWhichMembersWereFound()
12857 if (const DeclContext *DC = S.getFunctionLevelDeclContext()) { in DiagnoseConstAssignment()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3242 DeclContext *getFunctionLevelDeclContext();