Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1891 Scope *Sema::getScopeForContext(DeclContext *Ctx) { in getScopeForContext() function in Sema
H A DSemaDeclCXX.cpp13068 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDefaultConstructor()
13349 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDestructor()
13994 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyAssignment()
14331 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveAssignment()
14718 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyConstructor()
14852 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveConstructor()
H A DSemaDeclAttr.cpp1416 S.getScopeForContext(D->getDeclContext()->getParent())); in handleIBOutletCollection()
H A DSemaExpr.cpp5744 S.getScopeForContext(S.CurContext), nullptr, CCC, in TryTypoCorrectionForCall()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1813 Scope *getScopeForContext(DeclContext *Ctx);