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

References

tools/clang/lib/AST/ASTContext.cpp
 2975   if (AT)
 2976     return QualType(AT, 0);
 2981   AT = AdjustedTypes.FindNodeOrInsertPos(ID, InsertPos);
 2982   assert(!AT && "Shouldn't be in the map!");
 2984   AT = new (*this, TypeAlignment)
 2986   Types.push_back(AT);
 2987   AdjustedTypes.InsertNode(AT, InsertPos);
 2988   return QualType(AT, 0);