clang
15.0.0git
|
#include "clang/AST/OperationKinds.h"
#include "clang/AST/Stmt.h"
#include "clang/Basic/OperatorKinds.h"
#include "llvm/ADT/Optional.h"
#include <tuple>
Go to the source code of this file.
Classes | |
class | clang::ento::OperatorKind |
Namespaces | |
clang | |
clang::ento | |
Functions | |
bool | clang::ento::containsMacro (const Stmt *S) |
bool | clang::ento::containsEnum (const Stmt *S) |
bool | clang::ento::containsStaticLocal (const Stmt *S) |
bool | clang::ento::containsBuiltinOffsetOf (const Stmt *S) |
template<class T > | |
bool | clang::ento::containsStmt (const Stmt *S) |
std::pair< const clang::VarDecl *, const clang::Expr * > | clang::ento::parseAssignment (const Stmt *S) |
Nullability | clang::ento::getNullabilityAnnotation (QualType Type) |
Get nullability annotation for a given type. More... | |
llvm::Optional< int > | clang::ento::tryExpandAsInteger (StringRef Macro, const Preprocessor &PP) |
Try to parse the value of a defined preprocessor macro. More... | |
OperatorKind | clang::ento::operationKindFromOverloadedOperator (OverloadedOperatorKind OOK, bool IsBinary) |