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 473 return getLocationType().getDesugaredType(Context);
505 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [all...]
  /external/clang/include/clang/AST/
Type.h 779 /// getDesugaredType - Return the specified type with any "sugar" removed from
787 QualType getDesugaredType(const ASTContext &Context) const {
788 return getDesugaredType(*this, Context);
947 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     [all...]

Completed in 75 milliseconds