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

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

Completed in 42 milliseconds