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 268 /// QualType getInnerType() const
311 return getNextTypeLoc(asDerived()->getInnerType());
339 HasNoInnerType getInnerType() const { return HasNoInnerType(); }
342 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
347 return getInnerTypeSize(asDerived()->getInnerType());
739 QualType getInnerType() const {
826 QualType getInnerType() const {
907 QualType getInnerType() const {
908 return this->getTypePtr()->getInnerType();
941 QualType getInnerType() const
    [all...]
Type.h     [all...]

Completed in 186 milliseconds