Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp401 m_compiler_instance->getSema().getScopeForContext( in FindDecls()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2055 Scope *Sema::getScopeForContext(DeclContext *Ctx) { in getScopeForContext() function in Sema
H A DSemaDeclCXX.cpp13461 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDefaultConstructor()
13743 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDestructor()
14389 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyAssignment()
14723 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveAssignment()
15114 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyConstructor()
15247 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveConstructor()
H A DSemaDeclAttr.cpp1513 S.getScopeForContext(D->getDeclContext()->getParent())); in handleIBOutletCollection()
H A DSemaExpr.cpp5975 S.getScopeForContext(S.CurContext), nullptr, CCC, in TryTypoCorrectionForCall()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1917 Scope *getScopeForContext(DeclContext *Ctx);