Searched refs:getScopeRep (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp88 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
168 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
180 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
778 == static_cast<NestedNameSpecifier*>(SS.getScopeRep()));
864 Annotation->NNS = SS.getScopeRep();
886 static_cast<NestedNameSpecifier*>(SS.getScopeRep());
H A DSemaTemplateVariadic.cpp285 if (!SS.getScopeRep() ||
286 !SS.getScopeRep()->containsUnexpandedParameterPack())
291 .TraverseNestedNameSpecifier(SS.getScopeRep());
383 NestedNameSpecifier *Qualifier = SS.getScopeRep();
756 if (Chunk.Mem.Scope().getScopeRep() &&
757 Chunk.Mem.Scope().getScopeRep()->containsUnexpandedParameterPack())
H A DSemaExprMember.cpp1141 << 1 << SS.getScopeRep()
1304 << 0 << SS.getScopeRep()
1536 static_cast<NestedNameSpecifier*>(SS.getScopeRep())));
1637 S.PerformObjectMemberConversion(BaseExpr, SS.getScopeRep(),
H A DSemaTemplate.cpp196 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
234 NestedNameSpecifier *Qualifier = (NestedNameSpecifier*)SS->getScopeRep();
886 << SS.getScopeRep() << SS.getRange();
1556 NestedNameSpecifierLoc NNSLoc(SS.getScopeRep(), SS.location_data());
1618 if (SS.getScopeRep()) {
1623 T = QualType(SS.getScopeRep()->getAsType(), 0);
2173 Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result);
2267 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result);
2336 << (NestedNameSpecifier*) SS.getScopeRep()
2411 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
[all...]
H A DSemaDeclCXX.cpp1884 if (!SS.getScopeRep() && !TemplateTypeTy) {
1995 static_cast<NestedNameSpecifier*>(SS.getScopeRep());
5752 Qualifier = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
6345 = static_cast<NestedNameSpecifier*>(SS.getScopeRep());
6428 << (NestedNameSpecifier*) SS.getScopeRep() << SS.getRange();
6453 << (NestedNameSpecifier*) SS.getScopeRep()
6513 << (NestedNameSpecifier*) SS.getScopeRep()
10007 QualType T = Context.getDependentNameType(ETK, SS.getScopeRep(), Name);
10245 } else if (!SS.getScopeRep()->isDependent()) {
10288 DB << SS.getScopeRep();
[all...]
H A DSemaDecl.cpp390 const Type *Ty = SS->getScopeRep()->getAsType();
487 << (NestedNameSpecifier *)SS->getScopeRep() << II->getName()
802 Template = Context.getQualifiedTemplateName(SS.getScopeRep(),
3572 NestedNameSpecifierLoc SpecLoc(SS.getScopeRep(), SS.location_data());
3623 << (NestedNameSpecifier*)D.getCXXScopeSpec().getScopeRep()
5751 D.getCXXScopeSpec().getScopeRep()->isDependent() ||
H A DTreeTransform.h2755 if (SS.getScopeRep() == NNS.getNestedNameSpecifier() &&
2763 return NestedNameSpecifierLoc(SS.getScopeRep(), NNS.getOpaqueData());
2838 SS.getScopeRep() == QTN->getQualifier() &&
2847 if (SS.getScopeRep()) {
2854 SS.getScopeRep() == DTN->getQualifier() &&
9080 return SemaRef.Context.getQualifiedTemplateName(SS.getScopeRep(), TemplateKW,
H A DSemaLookup.cpp3355 if (CurScopeSpec && CurScopeSpec->getScopeRep())
3356 getNestedNameSpecifierIdentifiers(CurScopeSpec->getScopeRep(),
H A DSemaType.cpp2584 = static_cast<NestedNameSpecifier*>(SS.getScopeRep());
4562 NNS = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
H A DSemaCodeComplete.cpp3975 if (!SS.getScopeRep() || !CodeCompleter)
3994 NestedNameSpecifier *NNS = (NestedNameSpecifier *)SS.getScopeRep();
H A DSemaExprCXX.cpp80 NestedNameSpecifier *NNS = (NestedNameSpecifier *)SS.getScopeRep();
/external/clang/include/clang/Sema/
H A DDeclSpec.h65 /// The actual scope is described by getScopeRep().
79 NestedNameSpecifier *getScopeRep() const { function in class:clang::CXXScopeSpec
181 bool isInvalid() const { return isNotEmpty() && getScopeRep() == 0; }
183 bool isValid() const { return isNotEmpty() && getScopeRep() != 0; }
196 bool isSet() const { return getScopeRep() != 0; }
/external/clang/lib/Parse/
H A DParseTentative.cpp1127 if (SS.getScopeRep() && SS.getScopeRep()->isDependent()) {

Completed in 236 milliseconds