Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaInternal.h96 DeclContext *MemberContext, in TypoCorrectionConsumer() argument
101 CorrectionValidator(std::move(CCC)), MemberContext(MemberContext), in TypoCorrectionConsumer()
308 DeclContext *MemberContext; variable
HDDeclSpec.h1757 MemberContext, // Struct/Union field. enumerator
1983 case DeclaratorContext::MemberContext: in mayOmitIdentifier()
2022 case DeclaratorContext::MemberContext: in mayHaveIdentifier()
2066 case DeclaratorContext::MemberContext: in mayHaveDecompositionDeclarator()
2128 case DeclaratorContext::MemberContext: in mayBeFollowedByCXXDirectInit()
2342 case DeclaratorContext::MemberContext: in isFunctionDeclarationContext()
2381 case DeclaratorContext::MemberContext: in isExpressionContext()
2559 return getContext() == DeclaratorContext::MemberContext && in isFirstDeclarationOfMember()
2581 : D(DS, DeclaratorContext::MemberContext), in FieldDeclarator()
HDExternalSemaSource.h206 DeclContext *MemberContext, in CorrectTypo() argument
HDMultiplexExternalSemaSource.h340 DeclContext *MemberContext,
HDSema.h3606 DeclContext *MemberContext, bool EnteringContext,
3705 DeclContext *MemberContext = nullptr,
3716 DeclContext *MemberContext = nullptr,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp4128 DeclContext *MemberContext,
4374 DeclContext *TempMemberContext = MemberContext; in resolveCorrection()
4623 DeclContext *MemberContext, in LookupPotentialTypoResult() argument
4631 if (MemberContext) { in LookupPotentialTypoResult()
4632 if (ObjCInterfaceDecl *Class = dyn_cast<ObjCInterfaceDecl>(MemberContext)) { in LookupPotentialTypoResult()
4649 SemaRef.LookupQualifiedName(Res, MemberContext); in LookupPotentialTypoResult()
4827 DeclContext *MemberContext, bool EnteringContext, in makeTypoCorrectionConsumer() argument
4894 *this, TypoName, LookupKind, S, SS, std::move(ClonedCCC), MemberContext, in makeTypoCorrectionConsumer()
4899 DeclContext *QualifiedDC = MemberContext; in makeTypoCorrectionConsumer()
4900 if (MemberContext) { in makeTypoCorrectionConsumer()
[all …]
HDMultiplexExternalSemaSource.cpp320 DeclContext *MemberContext, in CorrectTypo() argument
325 MemberContext, in CorrectTypo()
HDSemaType.cpp3145 case DeclaratorContext::MemberContext: { in GetDeclSpecTypeForDeclarator()
3307 case DeclaratorContext::MemberContext: in GetDeclSpecTypeForDeclarator()
4303 case DeclaratorContext::MemberContext: in GetFullTypeForDeclarator()
5072 DeclaratorContext::MemberContext || in GetFullTypeForDeclarator()
5241 if ((D.getContext() == DeclaratorContext::MemberContext || in GetFullTypeForDeclarator()
5397 case DeclaratorContext::MemberContext: in GetFullTypeForDeclarator()
HDDeclSpec.cpp397 assert(getContext() == DeclaratorContext::MemberContext); in isStaticMember()
HDSemaCodeComplete.cpp4972 if (D.getContext() == DeclaratorContext::MemberContext && in CodeCompleteFunctionQualifiers()
HDSemaDecl.cpp5024 Declarator Dc(DS, DeclaratorContext::MemberContext); in BuildAnonymousStructOrUnion()
HDSemaDeclCXX.cpp15950 Declarator TheDeclarator(DS, DeclaratorContext::MemberContext); in ActOnFriendTypeDecl()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDASTUtils.h557 clang::DeclContext *MemberContext, bool EnteringContext, in CorrectTypo() argument
562 MemberContext, EnteringContext, OPT)) in CorrectTypo()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp1872 return Context == DeclaratorContext::MemberContext && in MightBeDeclarator()
1876 return Context == DeclaratorContext::MemberContext || in MightBeDeclarator()
1903 return Context == DeclaratorContext::MemberContext || in MightBeDeclarator()
2800 if (Context == DeclaratorContext::MemberContext) in getDeclSpecContextFromDeclaratorContext()
5634 D.getContext() == DeclaratorContext::MemberContext; in ParseDeclaratorInternal()
5850 *this, D.getContext() == DeclaratorContext::MemberContext || in ParseDirectDeclarator()
5858 D.getContext() == DeclaratorContext::MemberContext; in ParseDirectDeclarator()
5922 D.getContext() == DeclaratorContext::MemberContext); in ParseDirectDeclarator()
5926 (D.getContext() == DeclaratorContext::MemberContext); in ParseDirectDeclarator()
5929 D.getContext() == DeclaratorContext::MemberContext); in ParseDirectDeclarator()
[all …]
HDParseDeclCXX.cpp622 Context == DeclaratorContext::MemberContext && in ParseUsingDeclarator()
2553 DeclaratorContext::MemberContext, DeclEnd, AccessAttrs, AS))); in ParseCXXClassMemberDeclaration()
2596 return ParseUsingDeclaration(DeclaratorContext::MemberContext, TemplateInfo, in ParseCXXClassMemberDeclaration()
2644 ParsingDeclarator DeclaratorInfo(*this, DS, DeclaratorContext::MemberContext); in ParseCXXClassMemberDeclaration()
2906 !MightBeDeclarator(DeclaratorContext::MemberContext)) { in ParseCXXClassMemberDeclaration()
HDParseTemplate.cpp194 if (Context == DeclaratorContext::MemberContext) { in ParseSingleDeclarationAfterTemplate()