Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1100 MoveIntoResult(Value, Context); in SetResult()
1102 void MoveIntoResult(APValue &Value, const ASTContext &Context);
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp347 void ConstantExpr::MoveIntoResult(APValue &Value, const ASTContext &Context) { in MoveIntoResult() function in ConstantExpr
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp17548 CE->MoveIntoResult(Eval.Val, SemaRef.getASTContext()); in EvaluateAndDiagnoseImmediateInvocation()