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

1 2

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 299 if (!SS.getScopeRep() ||
300 !SS.getScopeRep()->containsUnexpandedParameterPack())
305 .TraverseNestedNameSpecifier(SS.getScopeRep());
397 NestedNameSpecifier *Qualifier = SS.getScopeRep();
793 if (Chunk.Mem.Scope().getScopeRep() &&
794 Chunk.Mem.Scope().getScopeRep()->containsUnexpandedParameterPack())
    [all...]
SemaCXXScopeSpec.cpp 81 NestedNameSpecifier *NNS = SS.getScopeRep();
173 return SS.getScopeRep()->isDependent();
    [all...]
SemaExprMember.cpp     [all...]
SemaTemplate.cpp 200 NestedNameSpecifier *Qualifier = SS.getScopeRep();
240 NestedNameSpecifier *Qualifier = (NestedNameSpecifier*)SS->getScopeRep();
    [all...]
SemaLookup.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp 51 NestedNameSpecifier *NNS = SS.getScopeRep();
125 NestedNameSpecifier *NNS = SS.getScopeRep();
349 switch (SS.getScopeRep()->getKind()) {
358 << SS.getScopeRep();
    [all...]
SemaDecl.cpp 585 if (SS->getScopeRep()->getKind() == NestedNameSpecifier::Super)
588 const Type *Ty = SS->getScopeRep()->getAsType();
682 << SS->getScopeRep() << II->getName()
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
DeclSpec.h 62 /// The actual scope is described by getScopeRep().
76 NestedNameSpecifier *getScopeRep() const {
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
209 bool isSet() const { return getScopeRep() != nullptr; }
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]
ParseDeclCXX.cpp 547 !SS.getScopeRep()->getAsNamespace() &&
548 !SS.getScopeRep()->getAsNamespaceAlias()) {
    [all...]

Completed in 2483 milliseconds

1 2