Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp77 bool EnteringContext) { in computeDeclContext() argument
88 if (EnteringContext) { in computeDeclContext()
486 bool EnteringContext, in BuildCXXNestedNameSpecifier() argument
508 LookupCtx = computeDeclContext(SS, EnteringContext); in BuildCXXNestedNameSpecifier()
620 CTK_ErrorRecovery, LookupCtx, EnteringContext)) { in BuildCXXNestedNameSpecifier()
830 bool EnteringContext, in ActOnCXXNestedNameSpecifier() argument
839 EnteringContext, SS, in ActOnCXXNestedNameSpecifier()
878 bool EnteringContext) { in IsInvalidUnlessNestedName() argument
884 EnteringContext, SS, in IsInvalidUnlessNestedName()
897 bool EnteringContext) { in ActOnCXXNestedNameSpecifier() argument
DMultiplexExternalSemaSource.cpp298 bool EnteringContext, in CorrectTypo() argument
303 EnteringContext, OPT)) in CorrectTypo()
DSemaLookup.cpp2225 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument
2237 if (DeclContext *DC = computeDeclContext(*SS, EnteringContext)) { in LookupParsedName()
3765 bool EnteringContext,
4020 EnteringContext, in resolveCorrection()
4267 bool EnteringContext, in LookupPotentialTypoResult() argument
4297 EnteringContext); in LookupPotentialTypoResult()
4470 DeclContext *MemberContext, bool EnteringContext, in makeTypoCorrectionConsumer() argument
4535 EnteringContext); in makeTypoCorrectionConsumer()
4549 QualifiedDC = computeDeclContext(*SS, EnteringContext); in makeTypoCorrectionConsumer()
4643 bool EnteringContext, in CorrectTypo() argument
[all …]
DSemaTemplate.cpp143 bool EnteringContext, in isTemplateName() argument
172 LookupTemplateName(R, S, SS, ObjectType, EnteringContext, in isTemplateName()
253 bool EnteringContext, in LookupTemplateName() argument
277 LookupCtx = computeDeclContext(SS, EnteringContext); in LookupTemplateName()
3027 bool EnteringContext, in ActOnDependentTemplateName() argument
3038 LookupCtx = computeDeclContext(SS, EnteringContext); in ActOnDependentTemplateName()
3060 ObjectType, EnteringContext, Result, in ActOnDependentTemplateName()
DSemaExprCXX.cpp87 bool EnteringContext) { in getDestructorName() argument
140 DeclContext *DC = computeDeclContext(SS, EnteringContext); in getDestructorName()
157 LookupCtx = computeDeclContext(PrefixSS, EnteringContext); in getDestructorName()
163 LookupCtx = computeDeclContext(SS, EnteringContext); in getDestructorName()
228 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) { in getDestructorName()
DSemaCodeComplete.cpp4246 bool EnteringContext) { in CodeCompleteQualifiedId() argument
4250 DeclContext *Ctx = computeDeclContext(SS, EnteringContext); in CodeCompleteQualifiedId()
4275 if (!EnteringContext) in CodeCompleteQualifiedId()
DSemaDecl.cpp4947 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local
4948 DC = computeDeclContext(D.getCXXScopeSpec(), EnteringContext); in HandleDeclarator()
4985 if (EnteringContext && IsDependentContext && in HandleDeclarator()
/external/clang/lib/Parse/
DParseExprCXX.cpp81 bool EnteringContext, in CheckForTemplateAndDigraph() argument
95 TemplateName, ObjectType, EnteringContext, in CheckForTemplateAndDigraph()
189 bool EnteringContext, in ParseOptionalCXXScopeSpecifier() argument
291 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext); in ParseOptionalCXXScopeSpecifier()
327 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, in ParseOptionalCXXScopeSpecifier()
360 ObjectType, EnteringContext, in ParseOptionalCXXScopeSpecifier()
408 EnteringContext)) { in ParseOptionalCXXScopeSpecifier()
437 EnteringContext) && in ParseOptionalCXXScopeSpecifier()
500 ObjectType, EnteringContext, SS, in ParseOptionalCXXScopeSpecifier()
517 CheckForTemplateAndDigraph(Next, ObjectType, EnteringContext, II, SS); in ParseOptionalCXXScopeSpecifier()
[all …]
DParser.cpp1421 const bool EnteringContext = false; in TryAnnotateName() local
1426 ParseOptionalCXXScopeSpecifier(SS, nullptr, EnteringContext)) in TryAnnotateName()
1430 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS, in TryAnnotateName()
1444 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS, in TryAnnotateName()
1581 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { in TryAnnotateTypeOrScopeToken() argument
1598 bool Result = TryAnnotateTypeOrScopeToken(EnteringContext, NeedType); in TryAnnotateTypeOrScopeToken()
1623 (!TryAnnotateTypeOrScopeToken(EnteringContext, NeedType) && in TryAnnotateTypeOrScopeToken()
1684 if (ParseOptionalCXXScopeSpecifier(SS, nullptr, EnteringContext)) in TryAnnotateTypeOrScopeToken()
1687 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, NeedType, in TryAnnotateTypeOrScopeToken()
1694 bool Parser::TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext, in TryAnnotateTypeOrScopeTokenAfterScopeSpec() argument
[all …]
DParseDecl.cpp2552 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition() local
2557 TryAnnotateCXXScopeToken(EnteringContext)) { in DiagnoseMissingSemiAfterTagDefinition()
2686 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in ParseDeclarationSpecifiers() local
2781 if (TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers()
2981 if (TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers()
3414 EnteringContext, DSContext, Attributes); in ParseDeclarationSpecifiers()
5003 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDeclaratorInternal() local
5006 ParseOptionalCXXScopeSpecifier(SS, nullptr, EnteringContext); in ParseDeclaratorInternal()
5221 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDirectDeclarator() local
5224 EnteringContext); in ParseDirectDeclarator()
DParseDeclCXX.cpp1217 bool EnteringContext, DeclSpecContext DSC, in ParseClassSpecifier() argument
1371 if (ParseOptionalCXXScopeSpecifier(Spec, nullptr, EnteringContext)) { in ParseClassSpecifier()
/external/clang/include/clang/Sema/
DSemaInternal.h115 bool EnteringContext) in TypoCorrectionConsumer() argument
122 EnteringContext(EnteringContext), SearchNamespaces(false) { in TypoCorrectionConsumer()
330 bool EnteringContext; variable
DExternalSemaSource.h206 bool EnteringContext, in CorrectTypo() argument
DMultiplexExternalSemaSource.h334 bool EnteringContext,
DSema.h2828 DeclContext *MemberContext, bool EnteringContext,
2856 bool EnteringContext = false);
2913 bool EnteringContext = false,
2924 bool EnteringContext = false,
4612 bool EnteringContext);
4913 bool EnteringContext = false);
4954 bool EnteringContext,
4994 bool EnteringContext,
5010 bool EnteringContext);
5044 bool EnteringContext);
[all …]
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp111 DeclContext *MemberContext, bool EnteringContext, in CorrectTypo() argument
118 DestContext = CurrentSema->computeDeclContext(*SS, EnteringContext); in CorrectTypo()
153 DeclContext *MemberContext, bool EnteringContext, in CorrectTypo() argument
160 DestContext = CurrentSema->computeDeclContext(*SS, EnteringContext); in CorrectTypo()
/external/clang/include/clang/Parse/
DParser.h586 bool TryAnnotateTypeOrScopeToken(bool EnteringContext = false,
588 bool TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext,
592 bool TryAnnotateCXXScopeToken(bool EnteringContext = false);
1506 bool EnteringContext, IdentifierInfo &II,
1511 bool EnteringContext,
2424 AccessSpecifier AS, bool EnteringContext,
2468 bool EnteringContext,
2472 bool ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext,
2572 bool ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext,