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

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

Completed in 42 milliseconds