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

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

Completed in 456 milliseconds