Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp345 m_compiler_instance->getSema().getScopeForContext( in FindDecls()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1361 Scope *Sema::getScopeForContext(DeclContext *Ctx) { in getScopeForContext() function in Sema
H A DSemaDeclCXX.cpp10980 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDefaultConstructor()
11253 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDestructor()
11864 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyAssignment()
12185 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveAssignment()
12568 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyConstructor()
12698 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveConstructor()
H A DSemaDeclAttr.cpp1433 S.getScopeForContext(D->getDeclContext()->getParent())); in handleIBOutletCollection()
H A DSemaExpr.cpp4829 S.getScopeForContext(S.CurContext), nullptr, in TryTypoCorrectionForCall()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1339 Scope *getScopeForContext(DeclContext *Ctx);