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.cpp509 auto FromPath = llvm::sys::findProgramByName("dot"); in renderSVG() local
510 if (!FromPath) in renderSVG()
511 return llvm::createStringError(FromPath.getError(), in renderSVG()
513 DotPath = FromPath.get(); in renderSVG()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10220 llvm::ArrayRef<const CXXRecordDecl *> FromPath = in ImportAPValue() local
10224 const Decl *ImpDecl = importChecked(Err, FromPath[Idx]); in ImportAPValue()
10278 llvm::ArrayRef<APValue::LValuePathEntry> FromPath = in ImportAPValue() local
10283 FromPath[LoopIdx].getAsBaseOrMember().getPointer(); in ImportAPValue()
10292 ImpDecl, FromPath[LoopIdx].getAsBaseOrMember().getInt())); in ImportAPValue()
10297 FromPath[LoopIdx].getAsArrayIndex()); in ImportAPValue()