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

/external/clang/lib/AST/
H A DType.cpp213 /// getDesugaredType - Return the specified type with any "sugar" removed from
219 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) { function in class:QualType
/external/clang/include/clang/AST/
H A DType.h822 /// getDesugaredType - Return the specified type with any "sugar" removed from
830 QualType getDesugaredType(const ASTContext &Context) const { function in class:clang::QualType
831 return getDesugaredType(*this, Context);
986 static QualType getDesugaredType(QualType T, const ASTContext &Context);

Completed in 143 milliseconds