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

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 290 if (!SS.getScopeRep() ||
291 !SS.getScopeRep()->containsUnexpandedParameterPack())
296 .TraverseNestedNameSpecifier(SS.getScopeRep());
388 NestedNameSpecifier *Qualifier = SS.getScopeRep();
755 if (Chunk.Mem.Scope().getScopeRep() &&
756 Chunk.Mem.Scope().getScopeRep()->containsUnexpandedParameterPack())
    [all...]
SemaCXXScopeSpec.cpp 81 NestedNameSpecifier *NNS = SS.getScopeRep();
160 return SS.getScopeRep()->isDependent();
    [all...]
SemaExprMember.cpp     [all...]
SemaTemplate.cpp 197 NestedNameSpecifier *Qualifier = SS.getScopeRep();
236 NestedNameSpecifier *Qualifier = (NestedNameSpecifier*)SS->getScopeRep();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp 51 NestedNameSpecifier *NNS = SS.getScopeRep();
121 NestedNameSpecifier *NNS = SS.getScopeRep();
344 switch (SS.getScopeRep()->getKind()) {
353 << SS.getScopeRep();
    [all...]
SemaLookup.cpp     [all...]
TreeTransform.h     [all...]
SemaType.cpp     [all...]
SemaDecl.cpp 497 const Type *Ty = SS->getScopeRep()->getAsType();
590 << SS->getScopeRep() << II->getName()
    [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [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() == nullptr; }
183 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
196 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]
ParseDeclCXX.cpp 525 !SS.getScopeRep()->getAsNamespace() &&
526 !SS.getScopeRep()->getAsNamespaceAlias()) {
    [all...]

Completed in 372 milliseconds