Searched refs:getFullDataSizeForType (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DTypeLocBuilder.cpp132 assert(Capacity - Index == TypeLoc::getFullDataSizeForType(T) &&
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp74 unsigned TypeLoc::getFullDataSizeForType(QualType Ty) { function in class:TypeLoc
H A DASTContext.cpp1965 DataSize = TypeLoc::getFullDataSizeForType(T);
1967 assert(DataSize == TypeLoc::getFullDataSizeForType(T) &&
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h99 static unsigned getFullDataSizeForType(QualType Ty);
140 return getFullDataSizeForType(getType());

Completed in 171 milliseconds