Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1139 MoveIntoResult(Value, Context); in SetResult()
1141 void MoveIntoResult(APValue &Value, const ASTContext &Context);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp378 void ConstantExpr::MoveIntoResult(APValue &Value, const ASTContext &Context) { in MoveIntoResult() function in ConstantExpr
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17356 Res->MoveIntoResult(Cached, getASTContext()); in CheckForImmediateInvocation()
17403 CE->MoveIntoResult(Eval.Val, SemaRef.getASTContext()); in EvaluateAndDiagnoseImmediateInvocation()