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

/external/clang/include/clang/AST/
H A DTypeLoc.h264 /// QualType getInnerType() const
307 return getNextTypeLoc(asDerived()->getInnerType());
335 HasNoInnerType getInnerType() const { return HasNoInnerType(); } function in class:clang::ConcreteTypeLoc
338 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
343 return getInnerTypeSize(asDerived()->getInnerType());
734 QualType getInnerType() const { function in class:clang::AttributedTypeLoc
821 QualType getInnerType() const {
893 QualType getInnerType() const {
894 return this->getTypePtr()->getInnerType();
927 QualType getInnerType() cons
[all...]
H A DType.h1779 QualType getInnerType() const { return Inner; } function in class:clang::ParenType
1782 QualType desugar() const { return getInnerType(); }
1785 Profile(ID, getInnerType());

Completed in 823 milliseconds