Searched refs:getLocalDataSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DTypeLocBuilder.h100 size_t LocalSize = TypeLoc(T, 0).castAs<TyLocType>().getLocalDataSize();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h247 unsigned getLocalDataSize() const { function in class:clang::QualifiedTypeLoc
255 return getLocalDataSize() +
320 unsigned getLocalDataSize() const { function in class:clang::ConcreteTypeLoc
325 return asDerived()->getLocalDataSize() + getInnerTypeSize();
353 return static_cast<char*>(Base::Data) + asDerived()->getLocalDataSize();

Completed in 101 milliseconds