Home
last modified time | relevance | path

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

/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/clang/include/clang/Sema/
DSema.h1168 Scope *getScopeForContext(DeclContext *Ctx);