Home
last modified time | relevance | path

Searched refs:FromPath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp527 auto FromPath = llvm::sys::findProgramByName("dot"); in renderSVG() local
528 if (!FromPath) in renderSVG()
529 return llvm::createStringError(FromPath.getError(), in renderSVG()
531 DotPath = FromPath.get(); in renderSVG()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10684 ArrayRef<const CXXRecordDecl *> FromPath = Result.getMemberPointerPath(); in ImportAPValue() local
10687 const Decl *ImpDecl = importChecked(Err, FromPath[Idx]); in ImportAPValue()
10741 ArrayRef<APValue::LValuePathEntry> FromPath = FromValue.getLValuePath(); in ImportAPValue() local
10745 FromPath[LoopIdx].getAsBaseOrMember().getPointer(); in ImportAPValue()
10754 ImpDecl, FromPath[LoopIdx].getAsBaseOrMember().getInt())); in ImportAPValue()
10759 FromPath[LoopIdx].getAsArrayIndex()); in ImportAPValue()