Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp460 m_compiler_instance->getSema().getScopeForContext( in FindDecls()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2092 Scope *Sema::getScopeForContext(DeclContext *Ctx) { in getScopeForContext() function in Sema
H A DSemaDeclCXX.cpp13570 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDefaultConstructor()
13852 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitDestructor()
14500 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyAssignment()
14839 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveAssignment()
15231 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitCopyConstructor()
15366 Scope *S = getScopeForContext(ClassDecl); in DeclareImplicitMoveConstructor()
H A DSemaDeclAttr.cpp1514 S.getScopeForContext(D->getDeclContext()->getParent())); in handleIBOutletCollection()
H A DSemaOverload.cpp953 S.getScopeForContext(EqFD->getEnclosingNamespaceContext())); in shouldAddReversedEqEq()
H A DSemaExpr.cpp6214 S.getScopeForContext(S.CurContext), nullptr, CCC, in TryTypoCorrectionForCall()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1949 Scope *getScopeForContext(DeclContext *Ctx);