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

/external/clang/include/clang/Sema/
H A DExternalSemaSource.h202 DeclContext *MemberContext,
199 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DDeclSpec.h1514 MemberContext, // Struct/Union field. enumerator in enum:clang::Declarator::TheContext
1683 case MemberContext:
1717 case MemberContext:
1750 case MemberContext:
1806 case MemberContext:
1984 case MemberContext:
2102 return getContext() == MemberContext && !getDeclSpec().isFriendSpecified();
2106 /// declarator outside of a MemberContext because we won't know until
2120 : D(DS, Declarator::MemberContext), BitfieldSize(nullptr) { }
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp107 DeclContext *MemberContext,
104 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp286 DeclContext *MemberContext,
291 MemberContext,
282 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaLookup.cpp3278 DeclContext *MemberContext,
3339 DeclContext *MemberContext,
3342 SS(SS), CorrectionValidator(CCC), MemberContext(MemberContext),
3465 DeclContext *MemberContext; member in class:__anon18068::TypoCorrectionConsumer
3621 DeclContext *TempMemberContext = MemberContext;
3893 DeclContext *MemberContext,
3901 if (MemberContext) {
3902 if (ObjCInterfaceDecl *Class = dyn_cast<ObjCInterfaceDecl>(MemberContext)) {
3918 SemaRef.LookupQualifiedName(Res, MemberContext);
3334 TypoCorrectionConsumer(Sema &SemaRef, const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext) argument
3889 LookupPotentialTypoResult(Sema &SemaRef, LookupResult &Res, IdentifierInfo *Name, Scope *S, CXXScopeSpec *SS, DeclContext *MemberContext, bool EnteringContext, bool isObjCIvarLookup, bool FindHidden) argument
4159 CorrectTypo(const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, CorrectTypoKind Mode, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT, bool RecordFailure) argument
[all...]

Completed in 1861 milliseconds