Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSema.cpp996 Scope *Sema::getScopeForContext(DeclContext *Ctx) { in getScopeForContext() function in Sema
DSemaDeclCXX.cpp8145 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitDefaultConstructor()
8611 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitDestructor()
9243 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitCopyAssignment()
9631 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitMoveAssignment()
10062 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitCopyConstructor()
10231 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitMoveConstructor()
DSemaDeclAttr.cpp1355 S.getScopeForContext(D->getDeclContext()->getParent())); in handleIBOutletCollection()
DSemaExpr.cpp3989 S.getScopeForContext(S.CurContext), NULL, CCC)) { in TryTypoCorrectionForCall()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h965 Scope *getScopeForContext(DeclContext *Ctx);