clang  19.0.0git
Namespaces | Functions
ASTUtils.h File Reference
#include "clang/AST/Decl.h"
#include "llvm/ADT/APInt.h"
#include "llvm/Support/Casting.h"
#include <functional>
#include <string>
#include <utility>

Go to the source code of this file.

Namespaces

 clang
 The JSON file list parser is used to communicate input to InstallAPI.
 

Functions

bool clang::tryToFindPtrOrigin (const clang::Expr *E, bool StopAtFirstRefCountedObj, std::function< bool(const clang::Expr *, bool)> callback)
 This function de-facto defines a set of transformations that we consider safe (in heuristical sense). More...
 
bool clang::isASafeCallArg (const clang::Expr *E)
 For E referring to a ref-countable/-counted pointer/reference we return whether it's a safe call argument. More...
 
template<typename T >
std::string clang::safeGetName (const T *ASTNode)