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.h1142 MoveIntoResult(Value, Context); in SetResult()
1144 void MoveIntoResult(APValue &Value, const ASTContext &Context);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp377 void ConstantExpr::MoveIntoResult(APValue &Value, const ASTContext &Context) { in MoveIntoResult() function in ConstantExpr
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17774 Res->MoveIntoResult(Cached, getASTContext()); in CheckForImmediateInvocation()
17821 CE->MoveIntoResult(Eval.Val, SemaRef.getASTContext()); in EvaluateAndDiagnoseImmediateInvocation()