/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 55 bool EnteringContext) { in computeDeclContext() argument 66 if (EnteringContext) { in computeDeclContext() 409 bool EnteringContext, CXXScopeSpec &SS, in BuildCXXNestedNameSpecifier() argument 435 LookupCtx = computeDeclContext(SS, EnteringContext); in BuildCXXNestedNameSpecifier() 550 CTK_ErrorRecovery, LookupCtx, EnteringContext)) { in BuildCXXNestedNameSpecifier() 775 bool EnteringContext, CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifier() argument 781 return BuildCXXNestedNameSpecifier(S, IdInfo, EnteringContext, SS, in ActOnCXXNestedNameSpecifier() 838 bool EnteringContext) { in IsInvalidUnlessNestedName() argument 842 return !BuildCXXNestedNameSpecifier(S, IdInfo, EnteringContext, SS, in IsInvalidUnlessNestedName() 855 bool EnteringContext) { in ActOnCXXNestedNameSpecifier() argument
|
H A D | MultiplexExternalSemaSource.cpp | 325 bool EnteringContext, in CorrectTypo() argument 330 EnteringContext, OPT)) in CorrectTypo()
|
H A D | SemaLookup.cpp | 2678 bool EnteringContext) { in LookupParsedName() argument 2700 if ((DC = computeDeclContext(*SS, EnteringContext))) { in LookupParsedName() 4407 bool EnteringContext, 4673 EnteringContext, in resolveCorrection() 4916 bool EnteringContext, in LookupPotentialTypoResult() argument 4947 /*AllowBuiltinCreation=*/false, EnteringContext); in LookupPotentialTypoResult() 5120 DeclContext *MemberContext, bool EnteringContext, in makeTypoCorrectionConsumer() argument 5188 EnteringContext); in makeTypoCorrectionConsumer() 5202 QualifiedDC = computeDeclContext(*SS, EnteringContext); in makeTypoCorrectionConsumer() 5267 bool EnteringContext, in CorrectTypo() argument [all …]
|
H A D | SemaTemplate.cpp | 182 bool EnteringContext, in isTemplateName() argument 213 if (LookupTemplateName(R, S, SS, ObjectType, EnteringContext, in isTemplateName() 380 QualType ObjectType, bool EnteringContext, in LookupTemplateName() argument 428 LookupCtx = computeDeclContext(SS, EnteringContext); in LookupTemplateName() 4489 bool EnteringContext, in ActOnTemplateName() argument 4505 LookupCtx = computeDeclContext(SS, EnteringContext); in ActOnTemplateName() 4527 ObjectType, EnteringContext, Result, in ActOnTemplateName() 4566 if (!LookupTemplateName(R, S, SS, ObjectType.get(), EnteringContext, RTK, in ActOnTemplateName()
|
H A D | SemaExprCXX.cpp | 94 CXXScopeSpec &SS, bool EnteringContext) { in getConstructorName() argument 102 if (CurClass->isDependentContext() && !EnteringContext && SS.getScopeRep()) { in getConstructorName() 145 bool EnteringContext) { in getDestructorName() argument 278 DeclContext *LookupCtx = computeDeclContext(LookupSS, EnteringContext); in getDestructorName()
|
H A D | SemaCodeComplete.cpp | 6691 bool EnteringContext, in CodeCompleteQualifiedId() argument 6769 if (Ctx && !EnteringContext) in CodeCompleteQualifiedId()
|
H A D | SemaDecl.cpp | 6228 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local 6229 DC = computeDeclContext(D.getCXXScopeSpec(), EnteringContext); in HandleDeclarator() 6271 if (EnteringContext && IsDependentContext && in HandleDeclarator()
|
/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 | 347 bool EnteringContext,
|
H A D | SemaCodeCompletion.h | 155 void CodeCompleteQualifiedId(Scope *S, CXXScopeSpec &SS, bool EnteringContext,
|
H A D | Sema.h | 2761 bool EnteringContext = false); 2869 bool EnteringContext, CXXScopeSpec &SS, 2898 bool EnteringContext, CXXScopeSpec &SS, 2929 SourceLocation RAngleLoc, SourceLocation CCLoc, bool EnteringContext); 2947 bool EnteringContext); 8001 CXXScopeSpec &SS, bool EnteringContext); 8004 ParsedType ObjectType, bool EnteringContext); 9190 bool EnteringContext = false); 9432 bool EnteringContext = false, 9479 bool EnteringContext = false, const ObjCObjectPointerType *OPT = nullptr); [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 88 bool EnteringContext, in CheckForTemplateAndDigraph() argument 102 TemplateName, ObjectType, EnteringContext, in CheckForTemplateAndDigraph() 161 bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, in ParseOptionalCXXScopeSpecifier() argument 276 getCurScope(), SS, EnteringContext, InUsingDeclaration, in ParseOptionalCXXScopeSpecifier() 324 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, in ParseOptionalCXXScopeSpecifier() 356 EnteringContext, Template, /*AllowInjectedClassName*/ true); in ParseOptionalCXXScopeSpecifier() 402 EnteringContext)) { in ParseOptionalCXXScopeSpecifier() 445 EnteringContext) && in ParseOptionalCXXScopeSpecifier() 504 getCurScope(), IdInfo, EnteringContext, SS, CorrectionFlagPtr, in ParseOptionalCXXScopeSpecifier() 521 CheckForTemplateAndDigraph(Next, ObjectType, EnteringContext, II, SS); in ParseOptionalCXXScopeSpecifier() [all …]
|
H A D | Parser.cpp | 1784 const bool EnteringContext = false; in TryAnnotateName() local 1791 EnteringContext)) in TryAnnotateName() 2244 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken() argument 2252 EnteringContext)) in TryAnnotateCXXScopeToken()
|
H A D | ParseDecl.cpp | 3450 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in DiagnoseMissingSemiAfterTagDefinition() local 3456 TryAnnotateCXXScopeToken(EnteringContext)) { in DiagnoseMissingSemiAfterTagDefinition() 3595 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in ParseDeclarationSpecifiers() local 3760 TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers() 4007 const bool Success = TryAnnotateCXXScopeToken(EnteringContext); in ParseDeclarationSpecifiers() 4664 EnteringContext, DSContext, Attributes); in ParseDeclarationSpecifiers() 6653 bool EnteringContext = D.getContext() == DeclaratorContext::File || in ParseDeclaratorInternal() local 6658 /*ObjectHasErrors=*/false, EnteringContext); in ParseDeclaratorInternal() 6887 bool EnteringContext = D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator() local 6891 /*ObjectHasErrors=*/false, EnteringContext); in ParseDirectDeclarator()
|
H A D | ParseDeclCXX.cpp | 1709 AccessSpecifier AS, bool EnteringContext, in ParseClassSpecifier() argument 1878 EnteringContext)) { in ParseClassSpecifier()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 555 clang::DeclContext *MemberContext, bool EnteringContext, in CorrectTypo() argument 560 MemberContext, EnteringContext, OPT)) in CorrectTypo()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 927 bool TryAnnotateCXXScopeToken(bool EnteringContext = false); 936 bool TryAnnotateOptionalCXXScopeToken(bool EnteringContext = false) { 937 return MightBeCXXScopeToken() && TryAnnotateCXXScopeToken(EnteringContext); 1979 bool EnteringContext, IdentifierInfo &II, 1984 bool EnteringContext, bool *MayBePseudoDestructor = nullptr, 3335 AccessSpecifier AS, bool EnteringContext, 3381 bool EnteringContext, 3384 bool ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, 3654 bool ObjectHadErrors, bool EnteringContext,
|