Searched defs:CreateUnaryExprOrTypeTraitExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp3754 Sema::CreateUnaryExprOrTypeTraitExpr(TypeSourceInfo *TInfo, function in class:Sema
3775 Sema::CreateUnaryExprOrTypeTraitExpr(Expr *E, SourceLocation OpLoc, function in class:Sema
3825 return CreateUnaryExprOrTypeTraitExpr(TInfo, OpLoc, ExprKind, ArgRange);
3829 ExprResult Result = CreateUnaryExprOrTypeTraitExpr(ArgEx, OpLoc, ExprKind);

Completed in 1806 milliseconds