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

Declarations

tools/clang/include/clang/AST/TypeLoc.h
  122   static unsigned getFullDataSizeForType(QualType Ty);

References

tools/clang/include/clang/AST/TypeLoc.h
  162     return getFullDataSizeForType(getType());
tools/clang/lib/AST/ASTContext.cpp
 2680     DataSize = TypeLoc::getFullDataSizeForType(T);
 2682     assert(DataSize == TypeLoc::getFullDataSizeForType(T) &&
 2907     assert(TypeLoc::getFullDataSizeForType(Updated) ==
 2908                TypeLoc::getFullDataSizeForType(TSInfo->getType()) &&
tools/clang/lib/Sema/TypeLocBuilder.cpp
  159   assert(Capacity - Index == TypeLoc::getFullDataSizeForType(T) &&