Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp712 Scope *Sema::getScopeForContext(DeclContext *Ctx) { in getScopeForContext() function in Sema
DSemaDeclCXX.cpp5981 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitDefaultConstructor()
6111 Scope *S = getScopeForContext(ClassDecl); in DeclareInheritedConstructors()
6327 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitDestructor()
6755 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitCopyAssignment()
7226 if (Scope *S = getScopeForContext(ClassDecl)) in DeclareImplicitCopyConstructor()
DSemaDeclAttr.cpp348 S.getScopeForContext(D->getDeclContext()->getParent())); in handleIBOutletCollection()
DSemaExprCXX.cpp658 Scope *S = getScopeForContext(DC); in getAndCaptureCurrentThisType()
/external/clang/include/clang/Sema/
DSema.h740 Scope *getScopeForContext(DeclContext *Ctx);