Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp1069 Scope *Sema::getScopeForContext(DeclContext *Ctx) { in getScopeForContext() function in Sema
H A DSemaDeclCXX.cpp8834 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitDefaultConstructor()
9303 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitDestructor()
9943 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitCopyAssignment()
10334 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitMoveAssignment()
10764 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitCopyConstructor()
10943 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitMoveConstructor()
H A DSemaDeclAttr.cpp1105 S.getScopeForContext(D->getDeclContext()->getParent())); in handleIBOutletCollection()
H A DSemaExpr.cpp4185 S.getScopeForContext(S.CurContext), nullptr, in TryTypoCorrectionForCall()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1062 Scope *getScopeForContext(DeclContext *Ctx);