Home
last modified time | relevance | path

Searched refs:setSource (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp45 EvalResult.setSource(E); in interpretExpr()
60 EvalResult.setSource(VD); in interpretDecl()
69 EvalResult.setSource(VD); in interpretDecl()
H A DEvaluationResult.h56 void setSource(DeclTy D) { Source = D; } in setSource() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h192 void setSource(const Stmt *Source) { this->From = Source; } in setSource() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp358 void setSource(int Idx, Register SrcReg, unsigned SrcSubReg) { in setSource() function in __anon776574090111::ValueTrackerResult
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1060 void setSource(Value *Ptr) { in setSource() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3313 II.setSource(AdjustedPtr); in visitMemTransferInst()