HomeSort by: relevance | last modified time | path
    Searched refs:TheExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OSLog.h 73 const Expr *TheExpr = nullptr;
82 : TheKind(kind), TheExpr(expr), Size(size), Flags(flags),
104 const Expr *getExpr() const { return TheExpr; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 1776 } else if (const Expr *TheExpr = Item.getExpr()) {
1777 ArgVal = EmitScalarExpr(TheExpr, /*Ignore*/ false);
1795 if (TheExpr->getType()->isObjCRetainableType() &&
1796 getLangOpts().ObjCAutoRefCount && LifetimeExtendObject(TheExpr)) {
1797 assert(getEvaluationKind(TheExpr->getType()) == TEK_Scalar &&
1801 QualType Ty = TheExpr->getType();

Completed in 68 milliseconds