Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp400 m_compiler_instance->getSema().getScopeForContext( in FindDecls()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1949 Scope *Sema::getScopeForContext(DeclContext *Ctx) { in getScopeForContext() function in Sema
H A DSemaDeclCXX.cpp13260 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDefaultConstructor()
13541 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDestructor()
14187 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyAssignment()
14521 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveAssignment()
14914 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyConstructor()
15048 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveConstructor()
H A DSemaDeclAttr.cpp1417 S.getScopeForContext(D->getDeclContext()->getParent())); in handleIBOutletCollection()
H A DSemaExpr.cpp5782 S.getScopeForContext(S.CurContext), nullptr, CCC, in TryTypoCorrectionForCall()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1845 Scope *getScopeForContext(DeclContext *Ctx);