HomeSort by relevance Sort by last modified time
    Searched defs:getDesugaredType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Type.cpp 172 /// getDesugaredType - Return the specified type with any "sugar" removed from
178 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) {
    [all...]
  /external/clang/include/clang/AST/
Type.h 739 /// getDesugaredType - Return the specified type with any "sugar" removed from
747 QualType getDesugaredType(const ASTContext &Context) const {
748 return getDesugaredType(*this, Context);
874 static QualType getDesugaredType(QualType T, const ASTContext &Context);
    [all...]

Completed in 22 milliseconds