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

References

tools/clang/lib/AST/ASTContext.cpp
 2920   ComplexType::Profile(ID, T);
 2929   if (!T.isCanonical()) {
 2930     Canonical = getComplexType(getCanonicalType(T));
 2936   auto *New = new (*this, TypeAlignment) ComplexType(T, Canonical);