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

/external/clang/include/clang/AST/
H A DTypeLoc.h300 /// QualType getInnerType() const
343 return getNextTypeLoc(asDerived()->getInnerType());
381 HasNoInnerType getInnerType() const { return HasNoInnerType(); } function in class:clang::ConcreteTypeLoc
384 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
389 return getInnerTypeSize(asDerived()->getInnerType());
401 return getNextTypeAlign(asDerived()->getInnerType());
796 QualType getInnerType() const { function in class:clang::AttributedTypeLoc
887 QualType getInnerType() const {
969 QualType getInnerType() const {
970 return this->getTypePtr()->getInnerType();
[all...]
H A DType.h1952 QualType getInnerType() const { return Inner; } function in class:clang::ParenType
1955 QualType desugar() const { return getInnerType(); }
1958 Profile(ID, getInnerType());

Completed in 131 milliseconds