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 {
898 QualType getInnerType() const {
899 return this->getTypePtr()->getInnerType();
932 QualType getInnerType() const
    [all...]
Type.h     [all...]

Completed in 18 milliseconds