Home
last modified time | relevance | path

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

/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.cpp1395 const bool EnteringContext = false; in TryAnnotateName() local
1400 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext)) in TryAnnotateName()
1404 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS, in TryAnnotateName()
1418 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS, in TryAnnotateName()
1555 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { in TryAnnotateTypeOrScopeToken() argument
1572 bool Result = TryAnnotateTypeOrScopeToken(EnteringContext, NeedType); in TryAnnotateTypeOrScopeToken()
1597 (!TryAnnotateTypeOrScopeToken(EnteringContext, NeedType) && in TryAnnotateTypeOrScopeToken()
1658 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext)) in TryAnnotateTypeOrScopeToken()
1661 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, NeedType, in TryAnnotateTypeOrScopeToken()
1668 bool Parser::TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext, in TryAnnotateTypeOrScopeTokenAfterScopeSpec() argument
[all …]
DParseDecl.cpp2497 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition() local
2502 TryAnnotateCXXScopeToken(EnteringContext)) { in DiagnoseMissingSemiAfterTagDefinition()
2631 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in ParseDeclarationSpecifiers() local
2726 if (TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers()
2927 if (TryAnnotateCXXScopeToken(EnteringContext)) { in ParseDeclarationSpecifiers()
3347 EnteringContext, DSContext, Attributes); in ParseDeclarationSpecifiers()
4906 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDeclaratorInternal() local
4909 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext); in ParseDeclaratorInternal()
5113 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDirectDeclarator() local
5116 EnteringContext); in ParseDirectDeclarator()
DParseDeclCXX.cpp1202 bool EnteringContext, DeclSpecContext DSC, in ParseClassSpecifier() argument
1355 if (ParseOptionalCXXScopeSpecifier(Spec, ParsedType(), EnteringContext)) { in ParseClassSpecifier()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp77 bool EnteringContext) { in computeDeclContext() argument
88 if (EnteringContext) { in computeDeclContext()
462 bool EnteringContext, in BuildCXXNestedNameSpecifier() argument
484 LookupCtx = computeDeclContext(SS, EnteringContext); in BuildCXXNestedNameSpecifier()
596 CTK_ErrorRecovery, LookupCtx, EnteringContext)) { in BuildCXXNestedNameSpecifier()
800 bool EnteringContext, in ActOnCXXNestedNameSpecifier() argument
809 EnteringContext, SS, in ActOnCXXNestedNameSpecifier()
848 bool EnteringContext) { in IsInvalidUnlessNestedName() argument
854 EnteringContext, SS, in IsInvalidUnlessNestedName()
867 bool EnteringContext) { in ActOnCXXNestedNameSpecifier() argument
DMultiplexExternalSemaSource.cpp293 bool EnteringContext, in CorrectTypo() argument
298 EnteringContext, OPT)) in CorrectTypo()
DSemaLookup.cpp2135 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() argument
2147 if (DeclContext *DC = computeDeclContext(*SS, EnteringContext)) { in LookupParsedName()
3679 bool EnteringContext,
3934 EnteringContext, in resolveCorrection()
4186 bool EnteringContext, in LookupPotentialTypoResult() argument
4215 EnteringContext); in LookupPotentialTypoResult()
4388 DeclContext *MemberContext, bool EnteringContext, in makeTypoCorrectionConsumer() argument
4453 EnteringContext); in makeTypoCorrectionConsumer()
4467 QualifiedDC = computeDeclContext(*SS, EnteringContext); in makeTypoCorrectionConsumer()
4561 bool EnteringContext, in CorrectTypo() argument
[all …]
DSemaTemplate.cpp141 bool EnteringContext, in isTemplateName() argument
170 LookupTemplateName(R, S, SS, ObjectType, EnteringContext, in isTemplateName()
251 bool EnteringContext, in LookupTemplateName() argument
275 LookupCtx = computeDeclContext(SS, EnteringContext); in LookupTemplateName()
2984 bool EnteringContext, in ActOnDependentTemplateName() argument
2995 LookupCtx = computeDeclContext(SS, EnteringContext); in ActOnDependentTemplateName()
3017 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.cpp4226 bool EnteringContext) { in CodeCompleteQualifiedId() argument
4230 DeclContext *Ctx = computeDeclContext(SS, EnteringContext); in CodeCompleteQualifiedId()
4255 if (!EnteringContext) in CodeCompleteQualifiedId()
DSemaDecl.cpp4814 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local
4815 DC = computeDeclContext(D.getCXXScopeSpec(), EnteringContext); in HandleDeclarator()
4852 if (EnteringContext && IsDependentContext && in HandleDeclarator()
/external/clang/include/clang/Sema/
DSemaInternal.h114 bool EnteringContext) in TypoCorrectionConsumer() argument
121 EnteringContext(EnteringContext), SearchNamespaces(false) { in TypoCorrectionConsumer()
326 bool EnteringContext; variable
DExternalSemaSource.h202 bool EnteringContext, in CorrectTypo() argument
DMultiplexExternalSemaSource.h330 bool EnteringContext,
DSema.h2754 DeclContext *MemberContext, bool EnteringContext,
2782 bool EnteringContext = false);
2839 bool EnteringContext = false,
2850 bool EnteringContext = false,
4498 bool EnteringContext);
4796 bool EnteringContext = false);
4837 bool EnteringContext,
4877 bool EnteringContext,
4893 bool EnteringContext);
4927 bool EnteringContext);
[all …]
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp107 DeclContext *MemberContext, bool EnteringContext, in CorrectTypo() argument
114 DestContext = CurrentSema->computeDeclContext(*SS, EnteringContext); in CorrectTypo()
/external/clang/include/clang/Parse/
DParser.h576 bool TryAnnotateTypeOrScopeToken(bool EnteringContext = false,
578 bool TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext,
582 bool TryAnnotateCXXScopeToken(bool EnteringContext = false);
1484 bool EnteringContext, IdentifierInfo &II,
1489 bool EnteringContext,
2374 AccessSpecifier AS, bool EnteringContext,
2418 bool EnteringContext,
2422 bool ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext,
2485 bool ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext,