Searched refs:MemberContext (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h96 DeclContext *MemberContext,
101 CorrectionValidator(std::move(CCC)), MemberContext(MemberContext),
308 DeclContext *MemberContext; member in class:clang::TypoCorrectionConsumer
91 TypoCorrectionConsumer(Sema &SemaRef, const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr<CorrectionCandidateCallback> CCC, DeclContext *MemberContext, bool EnteringContext) argument
H A DExternalSemaSource.h206 DeclContext *MemberContext,
203 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DMultiplexExternalSemaSource.h340 DeclContext *MemberContext,
H A DDeclSpec.h1757 MemberContext, // Struct/Union field. member in class:clang::DeclaratorContext
1983 case DeclaratorContext::MemberContext:
2022 case DeclaratorContext::MemberContext:
2066 case DeclaratorContext::MemberContext:
2128 case DeclaratorContext::MemberContext:
2342 case DeclaratorContext::MemberContext:
2381 case DeclaratorContext::MemberContext:
2559 return getContext() == DeclaratorContext::MemberContext &&
2564 /// declarator outside of a MemberContext because we won't know until
2581 : D(DS, DeclaratorContext::MemberContext),
[all...]
H A DSema.h3606 DeclContext *MemberContext, bool EnteringContext,
3705 DeclContext *MemberContext = nullptr,
3716 DeclContext *MemberContext = nullptr,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp320 DeclContext *MemberContext,
325 MemberContext,
316 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaLookup.cpp4128 DeclContext *MemberContext,
4374 DeclContext *TempMemberContext = MemberContext;
4623 DeclContext *MemberContext,
4631 if (MemberContext) {
4632 if (ObjCInterfaceDecl *Class = dyn_cast<ObjCInterfaceDecl>(MemberContext)) {
4649 SemaRef.LookupQualifiedName(Res, MemberContext);
4827 DeclContext *MemberContext, bool EnteringContext,
4894 *this, TypoName, LookupKind, S, SS, std::move(ClonedCCC), MemberContext,
4899 DeclContext *QualifiedDC = MemberContext;
4900 if (MemberContext) {
[all...]
H A DSemaType.cpp3145 case DeclaratorContext::MemberContext: {
3307 case DeclaratorContext::MemberContext:
4303 case DeclaratorContext::MemberContext:
5072 DeclaratorContext::MemberContext ||
5241 if ((D.getContext() == DeclaratorContext::MemberContext ||
5397 case DeclaratorContext::MemberContext:
H A DDeclSpec.cpp397 assert(getContext() == DeclaratorContext::MemberContext);
H A DSemaCodeComplete.cpp4972 if (D.getContext() == DeclaratorContext::MemberContext &&
H A DSemaDecl.cpp5024 Declarator Dc(DS, DeclaratorContext::MemberContext);
H A DSemaDeclCXX.cpp15950 Declarator TheDeclarator(DS, DeclaratorContext::MemberContext);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h557 clang::DeclContext *MemberContext, bool EnteringContext,
562 MemberContext, EnteringContext, OPT))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1872 return Context == DeclaratorContext::MemberContext &&
1876 return Context == DeclaratorContext::MemberContext ||
1903 return Context == DeclaratorContext::MemberContext ||
2800 if (Context == DeclaratorContext::MemberContext)
5634 D.getContext() == DeclaratorContext::MemberContext;
5850 *this, D.getContext() == DeclaratorContext::MemberContext ||
5858 D.getContext() == DeclaratorContext::MemberContext;
5922 D.getContext() == DeclaratorContext::MemberContext);
5926 (D.getContext() == DeclaratorContext::MemberContext);
5929 D.getContext() == DeclaratorContext::MemberContext);
[all...]
H A DParseDeclCXX.cpp622 Context == DeclaratorContext::MemberContext &&
2553 DeclaratorContext::MemberContext, DeclEnd, AccessAttrs, AS)));
2596 return ParseUsingDeclaration(DeclaratorContext::MemberContext, TemplateInfo,
2644 ParsingDeclarator DeclaratorInfo(*this, DS, DeclaratorContext::MemberContext);
2906 !MightBeDeclarator(DeclaratorContext::MemberContext)) {
H A DParseTemplate.cpp194 if (Context == DeclaratorContext::MemberContext) {

Completed in 583 milliseconds