clang
10.0.0git
|
Go to the source code of this file.
Functions | |
static bool | isNumericLiteralExpression (const Expr *E) |
static std::string | getPrettyTypeName (QualType QT) |
If type represents a pointer to CXXRecordDecl, and is not a typedef, return the decl name. More... | |
|
static |
If type represents a pointer to CXXRecordDecl, and is not a typedef, return the decl name.
Otherwise, return the serialization of type.
Definition at line 83 of file RetainCountDiagnostics.cpp.
References clang::Type::getAs(), clang::Type::getAsCXXRecordDecl(), clang::QualType::getAsString(), clang::Decl::getDeclContext(), clang::NamedDecl::getNameAsString(), clang::Type::getPointeeType(), clang::QualType::isNull(), clang::ento::retaincountchecker::RefVal::NotOwned, clang::ento::retaincountchecker::RefVal::Owned, clang::ento::retaincountchecker::RefVal::Released, clang::ento::retaincountchecker::RefVal::ReleasedAfterDirectAccess, clang::ento::retaincountchecker::RefVal::ReturnedNotOwned, clang::ento::retaincountchecker::RefVal::ReturnedOwned, and clang::interp::This().
Definition at line 71 of file RetainCountDiagnostics.cpp.