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

/external/clang/lib/AST/
H A DType.cpp192 /// getDesugaredType - Return the specified type with any "sugar" removed from
198 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) { function in class:QualType
/external/clang/include/clang/AST/
H A DType.h743 /// getDesugaredType - Return the specified type with any "sugar" removed from
751 QualType getDesugaredType(const ASTContext &Context) const { function in class:clang::QualType
752 return getDesugaredType(*this, Context);
879 static QualType getDesugaredType(QualType T, const ASTContext &Context);
2962 // Move getDesugaredType to ASTContext so that it can call getDecltypeForExpr

Completed in 25 milliseconds