| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 93 bool EnteringContext) in TypoCorrectionConsumer() argument 100 EnteringContext(EnteringContext), SearchNamespaces(false) { in TypoCorrectionConsumer() 313 bool EnteringContext; variable
|
| H A D | ExternalSemaSource.h | 214 bool EnteringContext, in CorrectTypo() argument
|
| H A D | MultiplexExternalSemaSource.h | 356 bool EnteringContext,
|
| H A D | SemaCodeCompletion.h | 158 void CodeCompleteQualifiedId(Scope *S, CXXScopeSpec &SS, bool EnteringContext,
|
| H A D | Sema.h | 3213 bool EnteringContext = false); 3321 bool EnteringContext, CXXScopeSpec &SS, 3350 bool EnteringContext, CXXScopeSpec &SS, 3381 SourceLocation RAngleLoc, SourceLocation CCLoc, bool EnteringContext); 3399 bool EnteringContext); 8327 CXXScopeSpec &SS, bool EnteringContext); 8330 ParsedType ObjectType, bool EnteringContext); 9459 bool EnteringContext = false); 9696 bool EnteringContext = false, 9746 DeclContext *MemberContext, bool EnteringContext, [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 53 bool EnteringContext) { in computeDeclContext() argument 64 if (EnteringContext) { in computeDeclContext() 404 bool EnteringContext, CXXScopeSpec &SS, in BuildCXXNestedNameSpecifier() argument 430 LookupCtx = computeDeclContext(SS, EnteringContext); in BuildCXXNestedNameSpecifier() 545 CorrectTypoKind::ErrorRecovery, LookupCtx, EnteringContext)) { in BuildCXXNestedNameSpecifier() 769 bool EnteringContext, CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifier() argument 775 return BuildCXXNestedNameSpecifier(S, IdInfo, EnteringContext, SS, in ActOnCXXNestedNameSpecifier() 830 bool EnteringContext) { in IsInvalidUnlessNestedName() argument 834 return !BuildCXXNestedNameSpecifier(S, IdInfo, EnteringContext, SS, in IsInvalidUnlessNestedName() 847 bool EnteringContext) { in ActOnCXXNestedNameSpecifier() argument
|
| H A D | MultiplexExternalSemaSource.cpp | 352 bool EnteringContext, in CorrectTypo() argument 357 EnteringContext, OPT)) in CorrectTypo()
|
| H A D | SemaLookup.cpp | 2716 bool EnteringContext) { in LookupParsedName() argument 2738 if ((DC = computeDeclContext(*SS, EnteringContext))) { in LookupParsedName() 4502 bool EnteringContext, 4767 EnteringContext, in resolveCorrection() 5008 bool EnteringContext, in LookupPotentialTypoResult() argument 5039 /*AllowBuiltinCreation=*/false, EnteringContext); in LookupPotentialTypoResult() 5212 DeclContext *MemberContext, bool EnteringContext, in makeTypoCorrectionConsumer() argument 5280 EnteringContext); in makeTypoCorrectionConsumer() 5294 QualifiedDC = computeDeclContext(*SS, EnteringContext); in makeTypoCorrectionConsumer() 5359 bool EnteringContext, in CorrectTypo() argument [all …]
|
| H A D | SemaTemplate.cpp | 179 bool EnteringContext, in isTemplateName() argument 210 if (LookupTemplateName(R, S, SS, ObjectType, EnteringContext, in isTemplateName() 377 QualType ObjectType, bool EnteringContext, in LookupTemplateName() argument 425 LookupCtx = computeDeclContext(SS, EnteringContext); in LookupTemplateName() 4869 bool EnteringContext, in ActOnTemplateName() argument 4885 LookupCtx = computeDeclContext(SS, EnteringContext); in ActOnTemplateName() 4907 ObjectType, EnteringContext, Result, in ActOnTemplateName() 4946 if (!LookupTemplateName(R, S, SS, ObjectType.get(), EnteringContext, RTK, in ActOnTemplateName()
|
| H A D | SemaExprCXX.cpp | 73 CXXScopeSpec &SS, bool EnteringContext) { in getConstructorName() argument 81 if (CurClass->isDependentContext() && !EnteringContext && SS.getScopeRep()) { in getConstructorName() 124 bool EnteringContext) { in getDestructorName() argument 257 DeclContext *LookupCtx = computeDeclContext(LookupSS, EnteringContext); in getDestructorName()
|
| H A D | SemaCodeComplete.cpp | 6842 bool EnteringContext, in CodeCompleteQualifiedId() argument 6920 if (Ctx && !EnteringContext) in CodeCompleteQualifiedId()
|
| H A D | SemaDecl.cpp | 6343 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local 6344 DC = computeDeclContext(D.getCXXScopeSpec(), EnteringContext); in HandleDeclarator() 6386 if (EnteringContext && IsDependentContext && in HandleDeclarator()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 85 bool EnteringContext, in CheckForTemplateAndDigraph() argument 99 TemplateName, ObjectType, EnteringContext, in CheckForTemplateAndDigraph() 109 bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, in ParseOptionalCXXScopeSpecifier() argument 238 getCurScope(), SS, EnteringContext, InUsingDeclaration, in ParseOptionalCXXScopeSpecifier() 286 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, in ParseOptionalCXXScopeSpecifier() 318 EnteringContext, Template, /*AllowInjectedClassName*/ true); in ParseOptionalCXXScopeSpecifier() 364 EnteringContext)) { in ParseOptionalCXXScopeSpecifier() 407 EnteringContext) && in ParseOptionalCXXScopeSpecifier() 466 getCurScope(), IdInfo, EnteringContext, SS, CorrectionFlagPtr, in ParseOptionalCXXScopeSpecifier() 483 CheckForTemplateAndDigraph(Next, ObjectType, EnteringContext, II, SS); in ParseOptionalCXXScopeSpecifier() [all …]
|
| H A D | Parser.cpp | 1691 const bool EnteringContext = false; in TryAnnotateName() local 1698 EnteringContext)) in TryAnnotateName() 2135 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken() argument 2143 EnteringContext)) in TryAnnotateCXXScopeToken()
|
| H A D | ParseDecl.cpp | 3253 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in DiagnoseMissingSemiAfterTagDefinition() local 3259 TryAnnotateCXXScopeToken(EnteringContext)) { in DiagnoseMissingSemiAfterTagDefinition() 3371 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in ParseDeclarationSpecifiers() local 3542 TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers() 3790 const bool Success = TryAnnotateCXXScopeToken(EnteringContext); in ParseDeclarationSpecifiers() 4457 EnteringContext, DSContext, Attributes); in ParseDeclarationSpecifiers() 6347 bool EnteringContext = D.getContext() == DeclaratorContext::File || in ParseDeclaratorInternal() local 6359 /*Disambiguation=*/EnteringContext) || in ParseDeclaratorInternal() 6361 SS.isEmpty() || SS.isInvalid() || !EnteringContext || in ParseDeclaratorInternal() 6553 bool EnteringContext = D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator() local [all …]
|
| H A D | ParseDeclCXX.cpp | 1550 AccessSpecifier AS, bool EnteringContext, in ParseClassSpecifier() argument 1717 EnteringContext)) { in ParseClassSpecifier()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 374 bool TryAnnotateCXXScopeToken(bool EnteringContext = false); 383 bool TryAnnotateOptionalCXXScopeToken(bool EnteringContext = false) { 384 return MightBeCXXScopeToken() && TryAnnotateCXXScopeToken(EnteringContext); 3370 AccessSpecifier AS, bool EnteringContext, 4434 bool ObjectHadErrors, bool EnteringContext, 4515 bool EnteringContext, IdentifierInfo &II, 4572 bool EnteringContext, bool *MayBePseudoDestructor = nullptr, 5070 bool EnteringContext, UnqualifiedId &Id, 5113 bool ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTUtils.h | 611 clang::DeclContext *MemberContext, bool EnteringContext, in CorrectTypo() argument 616 MemberContext, EnteringContext, OPT)) in CorrectTypo()
|