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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 489 return getLocationType().getDesugaredType(Context);
521 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [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...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
Type.cpp 213 /// getDesugaredType - Return the specified type with any "sugar" removed from
219 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) {
    [all...]

Completed in 113 milliseconds