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

/external/clang/include/clang/AST/
H A DTypeLoc.h319 /// QualType getInnerType() const
376 return getNextTypeLoc(asDerived()->getInnerType());
414 HasNoInnerType getInnerType() const { return HasNoInnerType(); } function in class:clang::ConcreteTypeLoc
417 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
422 return getInnerTypeSize(asDerived()->getInnerType());
434 return getNextTypeAlign(asDerived()->getInnerType());
833 QualType getInnerType() const { function in class:clang::AttributedTypeLoc
969 QualType getInnerType() const {
1051 QualType getInnerType() const {
1052 return this->getTypePtr()->getInnerType();
[all...]
H A DType.h2162 QualType getInnerType() const { return Inner; } function in class:clang::ParenType
2165 QualType desugar() const { return getInnerType(); }
2168 Profile(ID, getInnerType());

Completed in 345 milliseconds