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

  /external/clang/include/clang/AST/
TypeLoc.h 264 /// QualType getInnerType() const
307 return getNextTypeLoc(asDerived()->getInnerType());
335 HasNoInnerType getInnerType() const { return HasNoInnerType(); }
338 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
343 return getInnerTypeSize(asDerived()->getInnerType());
734 QualType getInnerType() const {
821 QualType getInnerType() const {
893 QualType getInnerType() const {
894 return this->getTypePtr()->getInnerType();
927 QualType getInnerType() const
    [all...]
Type.h     [all...]

Completed in 54 milliseconds