Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExpr.h1090 MoveIntoResult(Value, Context); in SetResult()
1092 void MoveIntoResult(APValue &Value, const ASTContext &Context);
/external/llvm-project/clang/lib/AST/
DExpr.cpp327 void ConstantExpr::MoveIntoResult(APValue &Value, const ASTContext &Context) { in MoveIntoResult() function in ConstantExpr
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp16372 CE->MoveIntoResult(Eval.Val, SemaRef.getASTContext()); in EvaluateAndDiagnoseImmediateInvocation()