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 = cast<TyLocType>(TypeLoc(T, 0)).getLocalDataSize();
  /external/clang/include/clang/AST/
TypeLoc.h 225 unsigned getLocalDataSize() const {
233 return getLocalDataSize() +
288 unsigned getLocalDataSize() const {
293 return asDerived()->getLocalDataSize() + getInnerTypeSize();
335 return static_cast<char*>(Base::Data) + asDerived()->getLocalDataSize();
    [all...]

Completed in 174 milliseconds