Home
last modified time | relevance | path

Searched defs:TheExpr (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DOSLog.h73 const Expr *TheExpr = nullptr; variable
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp338 static const TExpr *checkOpKind(const Expr *TheExpr, in checkOpKind() argument
366 static bool hasSameOperatorParent(const Expr *TheExpr, in hasSameOperatorParent() argument
388 markDuplicateOperands(const TExpr *TheExpr, in markDuplicateOperands() argument
/llvm-project/clang-tools-extra/clangd/
H A DHover.cpp478 const clang::Expr *TheExpr; global() member
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2168 } else if (const Expr *TheExpr = Item.getExpr()) { emitBuiltinOSLogFormat() local