HomeSort by relevance Sort by last modified time
    Searched refs:getScopeRep (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 242 if (!SS.getScopeRep() ||
243 !SS.getScopeRep()->containsUnexpandedParameterPack())
248 .TraverseNestedNameSpecifier(SS.getScopeRep());
344 NestedNameSpecifier *Qualifier = SS.getScopeRep();
706 if (Chunk.Mem.Scope().getScopeRep() &&
707 Chunk.Mem.Scope().getScopeRep()->containsUnexpandedParameterPack())
SemaCXXScopeSpec.cpp 88 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
168 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
180 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
776 == static_cast<NestedNameSpecifier*>(SS.getScopeRep()));
    [all...]
SemaTemplate.cpp 196 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
234 NestedNameSpecifier *Qualifier = (NestedNameSpecifier*)SS->getScopeRep();
    [all...]
SemaExprMember.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp 350 const Type *Ty = SS->getScopeRep()->getAsType();
443 << (NestedNameSpecifier *)SS->getScopeRep() << II.getName()
719 Template = Context.getQualifiedTemplateName(SS.getScopeRep(),
    [all...]
TreeTransform.h     [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprCXX.cpp 79 NestedNameSpecifier *NNS = (NestedNameSpecifier *)SS.getScopeRep();
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 61 /// The actual scope is described by getScopeRep().
75 NestedNameSpecifier *getScopeRep() const {
172 bool isInvalid() const { return isNotEmpty() && getScopeRep() == 0; }
174 bool isValid() const { return isNotEmpty() && getScopeRep() != 0; }
187 bool isSet() const { return getScopeRep() != 0; }
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]

Completed in 1071 milliseconds