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

References

tools/clang/lib/AST/ASTContext.cpp
 2679   if (!DataSize)
 2680     DataSize = TypeLoc::getFullDataSizeForType(T);
 2682     assert(DataSize == TypeLoc::getFullDataSizeForType(T) &&
 2686     (TypeSourceInfo*)BumpAlloc.Allocate(sizeof(TypeSourceInfo) + DataSize, 8);