Home
last modified time | relevance | path

Searched refs:InputInit (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp13491 ExprResult InputInit in CreateOverloadedUnaryOp() local
13497 if (InputInit.isInvalid()) in CreateOverloadedUnaryOp()
13499 Input = InputInit.get(); in CreateOverloadedUnaryOp()
14181 ExprResult InputInit = in PrepareArgumentsForCallToObjectOfClassType() local
14185 IsError |= InputInit.isInvalid(); in PrepareArgumentsForCallToObjectOfClassType()
14186 Arg = InputInit.getAs<Expr>(); in PrepareArgumentsForCallToObjectOfClassType()
15094 ExprResult InputInit = PerformCopyInitialization( in BuildLiteralOperatorCall() local
15097 if (InputInit.isInvalid()) in BuildLiteralOperatorCall()
15099 ConvArgs[ArgIdx] = InputInit.get(); in BuildLiteralOperatorCall()