Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp449 m_compiler_instance->getSema().getScopeForContext( in FindDecls()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1574 SemaRef.getScopeForContext(D->getDeclContext()->getParent())); in handleIBOutletCollection()
H A DSema.cpp2145 Scope *Sema::getScopeForContext(DeclContext *Ctx) { in getScopeForContext() function in Sema
H A DSemaDeclCXX.cpp13877 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDefaultConstructor()
14165 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDestructor()
14813 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyAssignment()
15165 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveAssignment()
15577 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyConstructor()
15716 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveConstructor()
H A DSemaExpr.cpp5705 S.getScopeForContext(S.CurContext), nullptr, CCC, in TryTypoCorrectionForCall()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h717 Scope *getScopeForContext(DeclContext *Ctx);