Searched refs:EnteringContext (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h97 bool EnteringContext)
104 EnteringContext(EnteringContext), SearchNamespaces(false) {
312 bool EnteringContext; 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.h207 bool EnteringContext,
203 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DMultiplexExternalSemaSource.h341 bool EnteringContext,
H A DSema.h3606 DeclContext *MemberContext, bool EnteringContext,
3635 bool EnteringContext = false);
3706 bool EnteringContext = false,
3717 bool EnteringContext = false,
5546 bool EnteringContext);
5551 bool EnteringContext);
5892 bool EnteringContext = false);
5958 bool EnteringContext,
5972 /// \param EnteringContext Whether we're entering the context nominated by
5992 bool EnteringContext,
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp66 /// \param EnteringContext when true, we will be entering the context of
75 bool EnteringContext) {
86 if (EnteringContext) {
458 /// \param EnteringContext If true, enter the context specified by the
484 bool EnteringContext, CXXScopeSpec &SS,
510 LookupCtx = computeDeclContext(SS, EnteringContext);
625 CTK_ErrorRecovery, LookupCtx, EnteringContext)) {
834 bool EnteringContext, CXXScopeSpec &SS,
841 return BuildCXXNestedNameSpecifier(S, IdInfo, EnteringContext, SS,
880 bool EnteringContext) {
74 computeDeclContext(const CXXScopeSpec &SS, bool EnteringContext) argument
483 BuildCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon, bool OnlyNamespace) argument
833 ActOnCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon, bool OnlyNamespace) argument
878 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, NestedNameSpecInfo &IdInfo, bool EnteringContext) argument
888 ActOnCXXNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy OpaqueTemplate, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, SourceLocation CCLoc, bool EnteringContext) argument
[all...]
H A DMultiplexExternalSemaSource.cpp321 bool EnteringContext,
326 EnteringContext, OPT))
316 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaLookup.cpp2483 /// @param EnteringContext Indicates whether we are going to enter the
2488 bool AllowBuiltinCreation, bool EnteringContext) {
2500 if (DeclContext *DC = computeDeclContext(*SS, EnteringContext)) {
4129 bool EnteringContext,
4378 EnteringContext,
4624 bool EnteringContext,
4654 EnteringContext);
4827 DeclContext *MemberContext, bool EnteringContext,
4895 EnteringContext);
4909 QualifiedDC = computeDeclContext(*SS, EnteringContext);
[all...]
H A DSemaExprCXX.cpp86 bool EnteringContext) {
94 if (CurClass->isDependentContext() && !EnteringContext && SS.getScopeRep()) {
138 bool EnteringContext) {
191 DeclContext *DC = computeDeclContext(SS, EnteringContext);
208 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
214 LookupCtx = computeDeclContext(SS, EnteringContext);
282 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
83 getConstructorName(IdentifierInfo &II, SourceLocation NameLoc, Scope *S, CXXScopeSpec &SS, bool EnteringContext) argument
133 getDestructorName(SourceLocation TildeLoc, IdentifierInfo &II, SourceLocation NameLoc, Scope *S, CXXScopeSpec &SS, ParsedType ObjectTypePtr, bool EnteringContext) argument
H A DSemaTemplate.cpp175 bool EnteringContext,
206 if (LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
322 /*EnteringContext*/ false,
372 bool EnteringContext,
418 LookupCtx = computeDeclContext(SS, EnteringContext);
3716 DeclContext *LookupCtx = computeDeclContext(SS, /*EnteringContext*/false);
4638 bool EnteringContext,
4650 LookupCtx = computeDeclContext(SS, EnteringContext);
4672 ObjectType, EnteringContext, Result,
4684 if (!LookupTemplateName(R, S, SS, ObjectType.get(), EnteringContext,
170 isTemplateName(Scope *S, CXXScopeSpec &SS, bool hasTemplateKeyword, const UnqualifiedId &Name, ParsedType ObjectTypePtr, bool EnteringContext, TemplateTy &TemplateResult, bool &MemberOfUnknownSpecialization, bool Disambiguation) argument
369 LookupTemplateName(LookupResult &Found, Scope *S, CXXScopeSpec &SS, QualType ObjectType, bool EnteringContext, bool &MemberOfUnknownSpecialization, SourceLocation TemplateKWLoc, AssumedTemplateKind *ATK, bool Disambiguation) argument
4633 ActOnDependentTemplateName(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, const UnqualifiedId &Name, ParsedType ObjectType, bool EnteringContext, TemplateTy &Result, bool AllowInjectedClassName) argument
[all...]
H A DSemaCodeComplete.cpp5360 bool EnteringContext,
5395 DeclContext *Ctx = computeDeclContext(SS, /*EnteringContext=*/true);
5421 if (!EnteringContext)
5359 CodeCompleteQualifiedId(Scope *S, CXXScopeSpec &SS, bool EnteringContext, bool IsUsingDeclaration, QualType BaseType, QualType PreferredType) argument
H A DSemaDecl.cpp5573 bool EnteringContext = !D.getDeclSpec().isFriendSpecified();
5574 DC = computeDeclContext(D.getCXXScopeSpec(), EnteringContext);
5612 if (EnteringContext && IsDependentContext &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp82 bool EnteringContext,
96 TemplateName, ObjectType, EnteringContext,
127 /// \param EnteringContext whether we will be entering into the context of
151 bool EnteringContext,
239 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext, local
289 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
321 EnteringContext, Template, /*AllowInjectedClassName*/ true)) {
368 EnteringContext)) {
397 EnteringContext) &&
457 getCurScope(), IdInfo, EnteringContext, S
81 CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, bool EnteringContext, IdentifierInfo &II, CXXScopeSpec &SS) argument
149 ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS, ParsedType ObjectType, bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, IdentifierInfo **LastII, bool OnlyNamespace, bool InUsingDeclaration) argument
[all...]
H A DParser.cpp1592 const bool EnteringContext = false; local
1597 ParseOptionalCXXScopeSpecifier(SS, nullptr, EnteringContext))
1834 /*EnteringContext=*/false, nullptr,
1906 if (ParseOptionalCXXScopeSpecifier(SS, nullptr, /*EnteringContext*/false))
1978 /*ObjectType=*/nullptr, /*EnteringContext*/false, Template,
2029 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { argument
2035 if (ParseOptionalCXXScopeSpecifier(SS, nullptr, EnteringContext))
2145 /*EnteringContext=*/false);
2156 Result.SS, /*EnteringContext*/false, /*AllowDestructorName*/true,
H A DParseDecl.cpp2680 /*EnteringContext*/ false,
2895 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || local
2901 TryAnnotateCXXScopeToken(EnteringContext)) {
3044 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || local
3144 if (TryAnnotateCXXScopeToken(EnteringContext)) {
3361 if (TryAnnotateCXXScopeToken(EnteringContext)) {
3940 EnteringContext, DSContext, Attributes);
4424 /*EnteringContext=*/true))
5257 /*EnteringContext=*/true)) {
5632 bool EnteringContext local
5856 bool EnteringContext = local
[all...]
H A DParseDeclCXX.cpp293 ParseOptionalCXXScopeSpecifier(SS, nullptr, /*EnteringContext=*/false,
533 ParseOptionalCXXScopeSpecifier(SS, nullptr, /*EnteringContext=*/false,
600 if (ParseOptionalCXXScopeSpecifier(D.SS, nullptr, /*EnteringContext=*/false,
635 D.SS, /*EnteringContext=*/false,
1118 if (ParseOptionalCXXScopeSpecifier(SS, nullptr, /*EnteringContext=*/false))
1395 bool EnteringContext, DeclSpecContext DSC,
1550 if (ParseOptionalCXXScopeSpecifier(Spec, nullptr, EnteringContext)) {
2505 /*EnteringContext=*/false);
3496 if (ParseOptionalCXXScopeSpecifier(SS, nullptr, /*EnteringContext=*/false))
1391 ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, bool EnteringContext, DeclSpecContext DSC, ParsedAttributesWithRange &Attributes) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h807 bool TryAnnotateCXXScopeToken(bool EnteringContext = false);
815 bool TryAnnotateOptionalCXXScopeToken(bool EnteringContext = false) {
816 return MightBeCXXScopeToken() && TryAnnotateCXXScopeToken(EnteringContext);
1811 bool EnteringContext, IdentifierInfo &II,
1815 bool EnteringContext,
2861 AccessSpecifier AS, bool EnteringContext,
2906 bool EnteringContext,
2910 bool ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext,
3046 bool ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h557 clang::DeclContext *MemberContext, bool EnteringContext,
562 MemberContext, EnteringContext, OPT))

Completed in 710 milliseconds