Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h138 Expr *SynthesizeExpr(Expr *E);
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp51 TSD->setStmt(Interp.SynthesizeExpr(cast<Expr>(TSD->getStmt()))); in HandleTopLevelDecl()
H A DInterpreter.cpp730 Expr *Interpreter::SynthesizeExpr(Expr *E) { in SynthesizeExpr() function in Interpreter