Home
last modified time | relevance | path

Searched refs:getScopeRep (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp299 if (!SS.getScopeRep() || in DiagnoseUnexpandedParameterPack()
300 !SS.getScopeRep()->containsUnexpandedParameterPack()) in DiagnoseUnexpandedParameterPack()
305 .TraverseNestedNameSpecifier(SS.getScopeRep()); in DiagnoseUnexpandedParameterPack()
397 NestedNameSpecifier *Qualifier = SS.getScopeRep(); in collectUnexpandedParameterPacks()
793 if (Chunk.Mem.Scope().getScopeRep() && in containsUnexpandedParameterPacks()
794 Chunk.Mem.Scope().getScopeRep()->containsUnexpandedParameterPack()) in containsUnexpandedParameterPacks()
DSemaCXXScopeSpec.cpp81 NestedNameSpecifier *NNS = SS.getScopeRep(); in computeDeclContext()
173 return SS.getScopeRep()->isDependent(); in isDependentScopeSpecifier()
909 assert(DTN->getQualifier() == SS.getScopeRep()); in ActOnCXXNestedNameSpecifier()
995 Annotation->NNS = SS.getScopeRep(); in SaveNestedNameSpecifierAnnotation()
1016 NestedNameSpecifier *Qualifier = SS.getScopeRep(); in ShouldEnterDeclaratorScope()
DSemaTemplate.cpp200 NestedNameSpecifier *Qualifier = SS.getScopeRep(); in isTemplateName()
240 NestedNameSpecifier *Qualifier = (NestedNameSpecifier*)SS->getScopeRep(); in DiagnoseUnknownTemplateName()
893 << SS.getScopeRep() << SS.getRange(); in CheckClassTemplate()
1612 NestedNameSpecifierLoc NNSLoc(SS.getScopeRep(), SS.location_data()); in getRangeOfTypeInNestedNameSpecifier()
1671 if (SS.getScopeRep()) { in MatchTemplateParametersToScopeSpecifier()
1676 T = QualType(SS.getScopeRep()->getAsType(), 0); in MatchTemplateParametersToScopeSpecifier()
2335 Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result); in ActOnTemplateIdType()
2429 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result); in ActOnTagTemplateIdType()
3006 << SS.getScopeRep() in BuildQualifiedTemplateIdExpr()
3080 NestedNameSpecifier *Qualifier = SS.getScopeRep(); in ActOnDependentTemplateName()
[all …]
DSemaExprMember.cpp1351 << 1 << SS.getScopeRep() in LookupMemberExpr()
1508 << 0 << SS.getScopeRep() << FixItHint::CreateRemoval(SS.getRange()); in LookupMemberExpr()
1740 = (!SS.isSet() ? nullptr : FindFirstQualifierInScope(S, SS.getScopeRep())); in ActOnMemberAccessExpr()
1812 S.PerformObjectMemberConversion(BaseExpr, SS.getScopeRep(), in BuildFieldReferenceExpr()
DSemaLookup.cpp2197 auto *NNS = SS.getScopeRep(); in LookupQualifiedName()
2233 NestedNameSpecifier *NNS = SS->getScopeRep(); in LookupParsedName()
3965 (SS && SS->isValid()) ? SS->getScopeRep() : nullptr) { in addNamespaces()
4109 SS->getScopeRep()->print(OldOStream, SemaRef.getPrintingPolicy()); in performQualifiedLookups()
4146 CurScopeSpec ? CurScopeSpec->getScopeRep() : nullptr) { in NamespaceSpecifierSet()
DSemaDeclCXX.cpp2889 if (!SS.getScopeRep() && !TemplateTypeTy) { in BuildMemInitializer()
2996 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(), in BuildMemInitializer()
7722 Qualifier = SS.getScopeRep(); in ActOnUsingDirective()
8359 HasTypenameKeyword, IsInstantiation, SS.getScopeRep(), in BuildUsingDeclaration()
8515 NestedNameSpecifier *Qual = SS.getScopeRep(); in CheckUsingDeclRedeclaration()
8663 << SS.getScopeRep() << SS.getRange(); in CheckUsingDeclQualifier()
8688 << SS.getScopeRep() in CheckUsingDeclQualifier()
8734 << SS.getScopeRep() in CheckUsingDeclQualifier()
12593 << SS.getScopeRep() << SS.getRange() << cast<CXXRecordDecl>(CurContext); in ActOnTemplatedFriendTag()
12595 QualType T = Context.getDependentNameType(ETK, SS.getScopeRep(), Name); in ActOnTemplatedFriendTag()
[all …]
DSemaExprCXX.cpp51 NestedNameSpecifier *NNS = SS.getScopeRep(); in getInheritingConstructorName()
125 NestedNameSpecifier *NNS = SS.getScopeRep(); in getDestructorName()
349 switch (SS.getScopeRep()->getKind()) { in checkLiteralOperatorId()
358 << SS.getScopeRep(); in checkLiteralOperatorId()
DTreeTransform.h3523 if (SS.getScopeRep() == NNS.getNestedNameSpecifier() && in TransformNestedNameSpecifierLoc()
3531 return NestedNameSpecifierLoc(SS.getScopeRep(), NNS.getOpaqueData()); in TransformNestedNameSpecifierLoc()
3606 SS.getScopeRep() == QTN->getQualifier() && in TransformTemplateName()
3615 if (SS.getScopeRep()) { in TransformTemplateName()
3622 SS.getScopeRep() == DTN->getQualifier() && in TransformTemplateName()
11698 return SemaRef.Context.getQualifiedTemplateName(SS.getScopeRep(), TemplateKW, in RebuildTemplateName()
DSemaDecl.cpp585 if (SS->getScopeRep()->getKind() == NestedNameSpecifier::Super) in isMicrosoftMissingTypename()
588 const Type *Ty = SS->getScopeRep()->getAsType(); in isMicrosoftMissingTypename()
682 << SS->getScopeRep() << II->getName() in DiagnoseUnknownTypeName()
993 Template = Context.getQualifiedTemplateName(SS.getScopeRep(), in ClassifyName()
4905 NestedNameSpecifierLoc SpecLoc(SS.getScopeRep(), SS.location_data()); in diagnoseQualifiedDeclaration()
4956 << D.getCXXScopeSpec().getScopeRep() in HandleDeclarator()
8430 D.getCXXScopeSpec().getScopeRep()->isDependent() || in ActOnFunctionDeclarator()
DSemaType.cpp4330 NestedNameSpecifier *NNS = SS.getScopeRep(); in GetFullTypeForDeclarator()
7218 NNS = SS.getScopeRep(); in getElaboratedType()
DSemaCodeComplete.cpp4247 if (!SS.getScopeRep() || !CodeCompleter) in CodeCompleteQualifiedId()
4266 NestedNameSpecifier *NNS = SS.getScopeRep(); in CodeCompleteQualifiedId()
DSemaExpr.cpp2225 II, SS.isValid() ? SS.getScopeRep() : nullptr); in ActOnIdExpression()
2233 CCC->setTypoNNS(SS.getScopeRep()); in ActOnIdExpression()
2382 D << SS.getScopeRep() << NameInfo.getName().getAsString() in BuildQualifiedDeclarationNameExpr()
/external/clang/include/clang/Sema/
DDeclSpec.h76 NestedNameSpecifier *getScopeRep() const { in getScopeRep() function
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; } in isInvalid()
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; } in isValid()
209 bool isSet() const { return getScopeRep() != nullptr; } in isSet()
/external/clang/lib/Parse/
DParseTentative.cpp1391 if (SS.getScopeRep() && SS.getScopeRep()->isDependent()) { in isCXXDeclarationSpecifier()
DParseDeclCXX.cpp547 !SS.getScopeRep()->getAsNamespace() && in ParseUsingDeclaration()
548 !SS.getScopeRep()->getAsNamespaceAlias()) { in ParseUsingDeclaration()