Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSema.cpp1448 DeclContext *Sema::getFunctionLevelDeclContext(bool AllowLambda) { in getFunctionLevelDeclContext() function in Sema
1469 DeclContext *DC = getFunctionLevelDeclContext(AllowLambda); in getCurFunctionDecl()
1474 DeclContext *DC = getFunctionLevelDeclContext(); in getCurMethodDecl()
1481 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionOrMethodDecl()
H A DSemaExprMember.cpp92 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in ClassifyImplicitMemberAccess()
208 DeclContext *FunctionLevelDC = SemaRef.getFunctionLevelDeclContext(); in diagnoseInstanceReference()
H A DSemaExprObjC.cpp1414 DeclContext *DC = getFunctionLevelDeclContext(); in tryCaptureObjCSelf()
H A DSemaExprCXX.cpp1192 DeclContext *DC = getFunctionLevelDeclContext(); in getCurrentThisType()
H A DSemaTemplate.cpp733 DeclContext *DC = getFunctionLevelDeclContext(); in ActOnDependentIdExpression()
H A DSemaExpr.cpp6739 const DeclContext *const DC = S.getFunctionLevelDeclContext(); in enclosingClassIsRelatedToClassInWhichMembersWereFound()
13847 if (const DeclContext *DC = S.getFunctionLevelDeclContext()) { in DiagnoseConstAssignment()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3547 DeclContext *getFunctionLevelDeclContext(bool AllowLambda = false);