Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1626 DeclContext *Sema::getFunctionLevelDeclContext(bool AllowLambda) const { in getFunctionLevelDeclContext() function in Sema
1647 DeclContext *DC = getFunctionLevelDeclContext(AllowLambda); in getCurFunctionDecl()
1652 DeclContext *DC = getFunctionLevelDeclContext(); in getCurMethodDecl()
1659 DeclContext *DC = getFunctionLevelDeclContext(); in getCurFunctionOrMethodDecl()
H A DSemaExprMember.cpp96 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in ClassifyImplicitMemberAccess()
232 DeclContext *FunctionLevelDC = SemaRef.getFunctionLevelDeclContext(); in diagnoseInstanceReference()
H A DSemaExprCXX.cpp1206 DeclContext *DC = getFunctionLevelDeclContext(); in getCurrentThisType()
1417 DeclContext *DC = getFunctionLevelDeclContext(); in CheckCXXThisType()
H A DSemaExprObjC.cpp1423 DeclContext *DC = SemaRef.getFunctionLevelDeclContext(); in tryCaptureObjCSelf()
H A DSemaExpr.cpp6403 const DeclContext *const DC = S.getFunctionLevelDeclContext(); in enclosingClassIsRelatedToClassInWhichMembersWereFound()
13654 if (const DeclContext *DC = S.getFunctionLevelDeclContext()) { in DiagnoseConstAssignment()
H A DTreeTransform.h15557 getSema().getFunctionLevelDeclContext()), in TransformLambdaExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1137 DeclContext *getFunctionLevelDeclContext(bool AllowLambda = false) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4639 {"_ZN5clang4Sema27getFunctionLevelDeclContextEv", "clang::Sema::getFunctionLevelDeclContext()"},