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

References

tools/clang/lib/AST/ASTContext.cpp
 4923   if (e->isInstantiationDependent()) {
 4925     DependentDecltypeType::Profile(ID, *this, e);
 4932       Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e);
 4936         DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0));
 4939         DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType));