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

References

tools/clang/lib/AST/ASTContext.cpp
 4930     if (!Canon) {
 4932       Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e);
 4933       DependentDecltypeTypes.InsertNode(Canon, InsertPos);
 4936         DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0));