Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTypeLocBuilder.cpp159 assert(Capacity - Index == TypeLoc::getFullDataSizeForType(T) && in pushImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp93 unsigned TypeLoc::getFullDataSizeForType(QualType Ty) { in getFullDataSizeForType() function in TypeLoc
H A DASTContext.cpp2879 DataSize = TypeLoc::getFullDataSizeForType(T); in CreateTypeSourceInfo()
2881 assert(DataSize == TypeLoc::getFullDataSizeForType(T) && in CreateTypeSourceInfo()
3152 assert(TypeLoc::getFullDataSizeForType(Updated) == in adjustExceptionSpec()
3153 TypeLoc::getFullDataSizeForType(TSInfo->getType()) && in adjustExceptionSpec()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h124 static unsigned getFullDataSizeForType(QualType Ty);
164 return getFullDataSizeForType(getType()); in getFullDataSize()