Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp870 bool InMemoryFileSystem::addHardLink(const Twine &FromPath, in addHardLink() argument
872 auto FromNode = lookupInMemoryNode(*this, Root.get(), FromPath); in addHardLink()
878 return this->addFile(FromPath, 0, nullptr, None, None, None, None, in addHardLink()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9343 llvm::ArrayRef<const CXXRecordDecl *> FromPath = in ImportAPValue() local
9347 const Decl *ImpDecl = importChecked(Err, FromPath[Idx]); in ImportAPValue()
9403 llvm::ArrayRef<APValue::LValuePathEntry> FromPath = in ImportAPValue() local
9408 FromPath[LoopIdx].getAsBaseOrMember().getPointer(); in ImportAPValue()
9417 ImpDecl, FromPath[LoopIdx].getAsBaseOrMember().getInt())); in ImportAPValue()
9422 FromPath[LoopIdx].getAsArrayIndex()); in ImportAPValue()