Searched defs:MemberContext (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h1451 MemberContext, // Struct/Union field. enumerator in enum:clang::Declarator::TheContext
1618 case MemberContext:
1650 case MemberContext:
1704 case MemberContext:
1938 : D(DS, Declarator::MemberContext), BitfieldSize(0) { }
/external/clang/lib/Sema/
H A DSemaLookup.cpp3477 DeclContext *MemberContext,
3483 if (MemberContext) {
3484 if (ObjCInterfaceDecl *Class = dyn_cast<ObjCInterfaceDecl>(MemberContext)) {
3500 SemaRef.LookupQualifiedName(Res, MemberContext);
3691 /// \param MemberContext if non-NULL, the context in which to look for
3708 DeclContext *MemberContext,
3747 DeclContext *QualifiedDC = MemberContext;
3748 if (MemberContext) {
3749 LookupVisibleDecls(MemberContext, LookupKind, Consumer);
3920 LookupPotentialTypoResult(*this, TmpRes, Name, S, SS, MemberContext,
3473 LookupPotentialTypoResult(Sema &SemaRef, LookupResult &Res, IdentifierInfo *Name, Scope *S, CXXScopeSpec *SS, DeclContext *MemberContext, bool EnteringContext, bool isObjCIvarLookup) argument
3704 CorrectTypo(const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
[all...]

Completed in 201 milliseconds