Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp407 m_compiler_instance->getSema().getScopeForContext( in FindDecls()
/external/clang/lib/Sema/
DSema.cpp1101 Scope *Sema::getScopeForContext(DeclContext *Ctx) { in getScopeForContext() function in Sema
DSemaDeclCXX.cpp9183 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDefaultConstructor()
9495 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDestructor()
10211 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyAssignment()
10603 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveAssignment()
11040 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyConstructor()
11220 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveConstructor()
DSemaDeclAttr.cpp1162 S.getScopeForContext(D->getDeclContext()->getParent())); in handleIBOutletCollection()
DSemaExpr.cpp4649 S.getScopeForContext(S.CurContext), nullptr, in TryTypoCorrectionForCall()
/external/llvm-project/clang/lib/Sema/
DSema.cpp1843 Scope *Sema::getScopeForContext(DeclContext *Ctx) { in getScopeForContext() function in Sema
DSemaDeclCXX.cpp13010 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDefaultConstructor()
13291 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDestructor()
13936 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyAssignment()
14265 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveAssignment()
14652 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyConstructor()
14786 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveConstructor()
DSemaDeclAttr.cpp1433 S.getScopeForContext(D->getDeclContext()->getParent())); in handleIBOutletCollection()
DSemaExpr.cpp5710 S.getScopeForContext(S.CurContext), nullptr, CCC, in TryTypoCorrectionForCall()
/external/clang/include/clang/Sema/
DSema.h1168 Scope *getScopeForContext(DeclContext *Ctx);
/external/llvm-project/clang/include/clang/Sema/
DSema.h1698 Scope *getScopeForContext(DeclContext *Ctx);