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

/external/clang/include/clang/AST/
H A DTypeLoc.h268 /// QualType getInnerType() const
311 return getNextTypeLoc(asDerived()->getInnerType());
339 HasNoInnerType getInnerType() const { return HasNoInnerType(); } function in class:clang::ConcreteTypeLoc
342 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
347 return getInnerTypeSize(asDerived()->getInnerType());
739 QualType getInnerType() const { function in class:clang::AttributedTypeLoc
826 QualType getInnerType() const {
907 QualType getInnerType() const {
908 return this->getTypePtr()->getInnerType();
941 QualType getInnerType() cons
[all...]
H A DType.h1888 QualType getInnerType() const { return Inner; } function in class:clang::ParenType
1891 QualType desugar() const { return getInnerType(); }
1894 Profile(ID, getInnerType());

Completed in 36 milliseconds