HomeSort by relevance Sort by last modified time
    Searched refs:getLocalDataSize (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
TypeLocBuilder.h 100 size_t LocalSize = TypeLoc(T, 0).castAs<TyLocType>().getLocalDataSize();
  /external/clang/include/clang/AST/
TypeLoc.h 247 unsigned getLocalDataSize() const {
255 return getLocalDataSize() +
320 unsigned getLocalDataSize() const {
325 return asDerived()->getLocalDataSize() + getInnerTypeSize();
353 return static_cast<char*>(Base::Data) + asDerived()->getLocalDataSize();
    [all...]

Completed in 33 milliseconds