Searched refs:FromPath (Results 1 – 2 of 2) sorted by relevance
527 auto FromPath = llvm::sys::findProgramByName("dot"); in renderSVG() local528 if (!FromPath) in renderSVG()529 return llvm::createStringError(FromPath.getError(), in renderSVG()531 DotPath = FromPath.get(); in renderSVG()
10684 ArrayRef<const CXXRecordDecl *> FromPath = Result.getMemberPointerPath(); in ImportAPValue() local10687 const Decl *ImpDecl = importChecked(Err, FromPath[Idx]); in ImportAPValue()10741 ArrayRef<APValue::LValuePathEntry> FromPath = FromValue.getLValuePath(); in ImportAPValue() local10745 FromPath[LoopIdx].getAsBaseOrMember().getPointer(); in ImportAPValue()10754 ImpDecl, FromPath[LoopIdx].getAsBaseOrMember().getInt())); in ImportAPValue()10759 FromPath[LoopIdx].getAsArrayIndex()); in ImportAPValue()