Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1087 MoveIntoResult(Value, Context); in SetResult()
1089 void MoveIntoResult(APValue &Value, const ASTContext &Context);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp329 void ConstantExpr::MoveIntoResult(APValue &Value, const ASTContext &Context) { in MoveIntoResult() function in ConstantExpr
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16661 CE->MoveIntoResult(Eval.Val, SemaRef.getASTContext()); in EvaluateAndDiagnoseImmediateInvocation()