Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1333 DeclContext *Sema::getFunctionLevelDeclContext() { in getFunctionLevelDeclContext() function in Sema
1355 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionDecl()
1360 DeclContext *DC = getFunctionLevelDeclContext(); in getCurMethodDecl()
1367 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.cpp1170 DeclContext *DC = getFunctionLevelDeclContext(); in getCurrentThisType()
H A DSemaExpr.cpp6269 const DeclContext *const DC = S.getFunctionLevelDeclContext(); in enclosingClassIsRelatedToClassInWhichMembersWereFound()
12736 if (const DeclContext *DC = S.getFunctionLevelDeclContext()) { in DiagnoseConstAssignment()
H A DSemaTemplate.cpp728 DeclContext *DC = getFunctionLevelDeclContext(); in ActOnDependentIdExpression()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3205 DeclContext *getFunctionLevelDeclContext();