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

Completed in 653 milliseconds