Searched defs:getInnerTypeSize (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeLoc.h293 return asDerived()->getLocalDataSize() + getInnerTypeSize();
346 unsigned getInnerTypeSize() const { function in class:clang::ConcreteTypeLoc
347 return getInnerTypeSize(asDerived()->getInnerType());
350 unsigned getInnerTypeSize(HasNoInnerType _) const { function in class:clang::ConcreteTypeLoc
354 unsigned getInnerTypeSize(QualType _) const { function in class:clang::ConcreteTypeLoc

Completed in 75 milliseconds