reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  855   if (T.isNull())
  858   if (!T->isDependentType() && !T->getAs<TagType>()) {
  858   if (!T->isDependentType() && !T->getAs<TagType>()) {
  860       << T << getLangOpts().CPlusPlus;
  865   DecltypeTypeLoc DecltypeTL = TLB.push<DecltypeTypeLoc>(T);
  867   SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),