/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 77 bool EnteringContext) { in computeDeclContext() argument 88 if (EnteringContext) { in computeDeclContext() 417 bool EnteringContext, in BuildCXXNestedNameSpecifier() argument 439 LookupCtx = computeDeclContext(SS, EnteringContext); in BuildCXXNestedNameSpecifier() 549 EnteringContext)) { in BuildCXXNestedNameSpecifier() 735 bool EnteringContext, in ActOnCXXNestedNameSpecifier() argument 744 EnteringContext, SS, in ActOnCXXNestedNameSpecifier() 783 bool EnteringContext) { in IsInvalidUnlessNestedName() argument 789 EnteringContext, SS, in IsInvalidUnlessNestedName() 802 bool EnteringContext) { in ActOnCXXNestedNameSpecifier() argument
|
D | MultiplexExternalSemaSource.cpp | 287 bool EnteringContext, in CorrectTypo() argument 292 EnteringContext, OPT)) in CorrectTypo()
|
D | SemaLookup.cpp | 1800 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument 1808 if (DeclContext *DC = computeDeclContext(*SS, EnteringContext)) { in LookupParsedName() 3279 bool EnteringContext, 3340 bool EnteringContext) in TypoCorrectionConsumer() argument 3345 EnteringContext(EnteringContext), SearchNamespaces(false) { in TypoCorrectionConsumer() 3469 bool EnteringContext; member in __anonf7278da80511::TypoCorrectionConsumer 3625 EnteringContext, in resolveCorrection() 3894 bool EnteringContext, in LookupPotentialTypoResult() argument 3923 EnteringContext); in LookupPotentialTypoResult() 4165 bool EnteringContext, in CorrectTypo() argument [all …]
|
D | SemaTemplate.cpp | 140 bool EnteringContext, in isTemplateName() argument 169 LookupTemplateName(R, S, SS, ObjectType, EnteringContext, in isTemplateName() 249 bool EnteringContext, in LookupTemplateName() argument 273 LookupCtx = computeDeclContext(SS, EnteringContext); in LookupTemplateName() 2917 bool EnteringContext, in ActOnDependentTemplateName() argument 2928 LookupCtx = computeDeclContext(SS, EnteringContext); in ActOnDependentTemplateName() 2950 ObjectType, EnteringContext, Result, in ActOnDependentTemplateName()
|
D | SemaExprCXX.cpp | 86 bool EnteringContext) { in getDestructorName() argument 136 DeclContext *DC = computeDeclContext(SS, EnteringContext); in getDestructorName() 153 LookupCtx = computeDeclContext(PrefixSS, EnteringContext); in getDestructorName() 159 LookupCtx = computeDeclContext(SS, EnteringContext); in getDestructorName() 223 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) { in getDestructorName()
|
D | SemaCodeComplete.cpp | 4022 bool EnteringContext) { in CodeCompleteQualifiedId() argument 4026 DeclContext *Ctx = computeDeclContext(SS, EnteringContext); in CodeCompleteQualifiedId() 4051 if (!EnteringContext) in CodeCompleteQualifiedId()
|
D | SemaDecl.cpp | 4396 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local 4397 DC = computeDeclContext(D.getCXXScopeSpec(), EnteringContext); in HandleDeclarator() 4432 if (EnteringContext && IsDependentContext && in HandleDeclarator()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 81 bool EnteringContext, in CheckForTemplateAndDigraph() argument 95 TemplateName, ObjectType, EnteringContext, in CheckForTemplateAndDigraph() 186 bool EnteringContext, in ParseOptionalCXXScopeSpecifier() argument 269 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext); in ParseOptionalCXXScopeSpecifier() 305 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, in ParseOptionalCXXScopeSpecifier() 338 ObjectType, EnteringContext, in ParseOptionalCXXScopeSpecifier() 386 EnteringContext)) { in ParseOptionalCXXScopeSpecifier() 415 EnteringContext) && in ParseOptionalCXXScopeSpecifier() 467 ObjectType, EnteringContext, SS, in ParseOptionalCXXScopeSpecifier() 484 CheckForTemplateAndDigraph(Next, ObjectType, EnteringContext, II, SS); in ParseOptionalCXXScopeSpecifier() [all …]
|
D | Parser.cpp | 1327 const bool EnteringContext = false; in TryAnnotateName() local 1332 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext)) in TryAnnotateName() 1336 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS, in TryAnnotateName() 1350 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS, in TryAnnotateName() 1484 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { in TryAnnotateTypeOrScopeToken() argument 1500 bool Result = TryAnnotateTypeOrScopeToken(EnteringContext, NeedType); in TryAnnotateTypeOrScopeToken() 1525 (!TryAnnotateTypeOrScopeToken(EnteringContext, NeedType) && in TryAnnotateTypeOrScopeToken() 1586 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext)) in TryAnnotateTypeOrScopeToken() 1589 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, NeedType, in TryAnnotateTypeOrScopeToken() 1596 bool Parser::TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext, in TryAnnotateTypeOrScopeTokenAfterScopeSpec() argument [all …]
|
D | ParseDecl.cpp | 2308 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition() local 2313 TryAnnotateCXXScopeToken(EnteringContext)) { in DiagnoseMissingSemiAfterTagDefinition() 2441 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in ParseDeclarationSpecifiers() local 2522 if (TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers() 2721 if (TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers() 3090 EnteringContext, DSContext, Attributes); in ParseDeclarationSpecifiers() 4534 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDeclaratorInternal() local 4537 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext); in ParseDeclaratorInternal() 4727 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDirectDeclarator() local 4730 EnteringContext); in ParseDirectDeclarator()
|
D | ParseDeclCXX.cpp | 1169 bool EnteringContext, DeclSpecContext DSC, in ParseClassSpecifier() argument 1245 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext)) in ParseClassSpecifier()
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 108 bool EnteringContext, in CorrectTypo() argument 115 DestContext = CurrentSema->computeDeclContext(*SS, EnteringContext); in CorrectTypo()
|
/external/clang/include/clang/Sema/ |
D | ExternalSemaSource.h | 203 bool EnteringContext, in CorrectTypo() argument
|
D | MultiplexExternalSemaSource.h | 348 bool EnteringContext,
|
D | Sema.h | 2591 bool EnteringContext = false); 2647 bool EnteringContext = false, 4148 bool EnteringContext); 4441 bool EnteringContext = false); 4471 bool EnteringContext, 4511 bool EnteringContext, 4527 bool EnteringContext); 4561 bool EnteringContext); 5173 QualType ObjectType, bool EnteringContext, 5181 bool EnteringContext, [all …]
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 572 bool TryAnnotateTypeOrScopeToken(bool EnteringContext = false, 574 bool TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext, 578 bool TryAnnotateCXXScopeToken(bool EnteringContext = false); 1421 bool EnteringContext, IdentifierInfo &II, 1426 bool EnteringContext, 2273 AccessSpecifier AS, bool EnteringContext, 2307 bool EnteringContext, 2311 bool ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, 2367 bool ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext,
|