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

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

Completed in 62 milliseconds