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 446 return getLocationType().getDesugaredType(Context);
478 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [all...]
  /external/clang/include/clang/AST/
Type.h 778 /// getDesugaredType - Return the specified type with any "sugar" removed from
786 QualType getDesugaredType(const ASTContext &Context) const {
787 return getDesugaredType(*this, Context);
916 static QualType getDesugaredType(QualType T, const ASTContext &Context);
    [all...]
  /external/clang/lib/AST/
Type.cpp 192 /// getDesugaredType - Return the specified type with any "sugar" removed from
198 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 863 QualType T = ArrayR->getValueType().getDesugaredType(Ctx);
    [all...]

Completed in 50 milliseconds