Home
last modified time | relevance | path

Searched refs:getScopeForContext (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp460 m_compiler_instance->getSema().getScopeForContext( in FindDecls()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2134 Scope *Sema::getScopeForContext(DeclContext *Ctx) { in getScopeForContext() function in Sema
H A DSemaDeclCXX.cpp14009 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDefaultConstructor()
14291 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDestructor()
14940 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyAssignment()
15290 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveAssignment()
15699 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyConstructor()
15835 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveConstructor()
H A DSemaDeclAttr.cpp1528 S.getScopeForContext(D->getDeclContext()->getParent())); in handleIBOutletCollection()
H A DSemaExpr.cpp6497 S.getScopeForContext(S.CurContext), nullptr, CCC, in TryTypoCorrectionForCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1992 Scope *getScopeForContext(DeclContext *Ctx);