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 212 /// getDesugaredType - Return the specified type with any "sugar" removed from
218 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) {
    [all...]
  /external/clang/include/clang/AST/
Type.h 823 /// getDesugaredType - Return the specified type with any "sugar" removed from
831 QualType getDesugaredType(const ASTContext &Context) const {
832 return getDesugaredType(*this, Context);
    [all...]

Completed in 55 milliseconds