Searched refs:makeImplicitCast (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 87 ImplicitCastExpr *makeImplicitCast(const Expr *Arg, QualType Ty, 157 return makeImplicitCast(Arg, Ty, CK_LValueToRValue); in makeLvalueToRvalue() 169 ImplicitCastExpr *ASTMaker::makeImplicitCast(const Expr *Arg, QualType Ty, in makeImplicitCast() function in ASTMaker 258 SubExpr = M.makeImplicitCast( in create_call_once_funcptr_call() 263 SubExpr = M.makeImplicitCast(Call, Ty, CK_FunctionToPointerDecay); in create_call_once_funcptr_call() 453 M.makeImplicitCast(M.makeLvalueToRvalue(Deref, DerefType), DerefType, in create_call_once()
|