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

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 82 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
162 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
174 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
773 == static_cast<NestedNameSpecifier*>(SS.getScopeRep()));
    [all...]
SemaTemplateVariadic.cpp 285 if (!SS.getScopeRep() ||
286 !SS.getScopeRep()->containsUnexpandedParameterPack())
291 .TraverseNestedNameSpecifier(SS.getScopeRep());
383 NestedNameSpecifier *Qualifier = SS.getScopeRep();
761 if (Chunk.Mem.Scope().getScopeRep() &&
762 Chunk.Mem.Scope().getScopeRep()->containsUnexpandedParameterPack())
SemaExprMember.cpp     [all...]
SemaTemplate.cpp 196 = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
234 NestedNameSpecifier *Qualifier = (NestedNameSpecifier*)SS->getScopeRep();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp 389 const Type *Ty = SS->getScopeRep()->getAsType();
487 << (NestedNameSpecifier *)SS->getScopeRep() << II->getName()
803 Template = Context.getQualifiedTemplateName(SS.getScopeRep(),
    [all...]
TreeTransform.h     [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprCXX.cpp 81 NestedNameSpecifier *NNS = (NestedNameSpecifier *)SS.getScopeRep();
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 65 /// The actual scope is described by getScopeRep().
79 NestedNameSpecifier *getScopeRep() const {
181 bool isInvalid() const { return isNotEmpty() && getScopeRep() == 0; }
183 bool isValid() const { return isNotEmpty() && getScopeRep() != 0; }
196 bool isSet() const { return getScopeRep() != 0; }
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]

Completed in 305 milliseconds