Home
last modified time | relevance | path

Searched defs:getDst (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDDependenceAnalysis.h112 Instruction *getDst() const { return Dst; } in getDst() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDProgramPoint.h510 const CFGBlock *getDst() const { in getDst() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
HDASTDiff.cpp48 NodeId getDst(NodeId Src) const { return SrcToDst[Src]; } in getDst() function in clang::diff::__anonf1f7f82f0111::Mapping