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

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

Completed in 67 milliseconds