Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DOSLog.h73 const Expr *TheExpr = nullptr; variable
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp336 static const TExpr *checkOpKind(const Expr *TheExpr, in checkOpKind()
364 static bool hasSameOperatorParent(const Expr *TheExpr, in hasSameOperatorParent()
386 markDuplicateOperands(const TExpr *TheExpr, in markDuplicateOperands()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp1772 } else if (const Expr *TheExpr = Item.getExpr()) { in emitBuiltinOSLogFormat() local