Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp77 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
DMultiplexExternalSemaSource.cpp287 bool EnteringContext, in CorrectTypo() argument
292 EnteringContext, OPT)) in CorrectTypo()
DSemaLookup.cpp1800 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 …]
DSemaTemplate.cpp140 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()
DSemaExprCXX.cpp86 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()
DSemaCodeComplete.cpp4022 bool EnteringContext) { in CodeCompleteQualifiedId() argument
4026 DeclContext *Ctx = computeDeclContext(SS, EnteringContext); in CodeCompleteQualifiedId()
4051 if (!EnteringContext) in CodeCompleteQualifiedId()
DSemaDecl.cpp4396 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/
DParseExprCXX.cpp81 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 …]
DParser.cpp1327 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 …]
DParseDecl.cpp2308 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()
DParseDeclCXX.cpp1169 bool EnteringContext, DeclSpecContext DSC, in ParseClassSpecifier() argument
1245 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext)) in ParseClassSpecifier()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp108 bool EnteringContext, in CorrectTypo() argument
115 DestContext = CurrentSema->computeDeclContext(*SS, EnteringContext); in CorrectTypo()
/external/clang/include/clang/Sema/
DExternalSemaSource.h203 bool EnteringContext, in CorrectTypo() argument
DMultiplexExternalSemaSource.h348 bool EnteringContext,
DSema.h2591 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/
DParser.h572 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,