Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp9214 llvm::ArrayRef<const CXXRecordDecl *> FromPath = in ImportAPValue() local
9218 const Decl *ImpDecl = importChecked(Err, FromPath[Idx]); in ImportAPValue()
9274 llvm::ArrayRef<APValue::LValuePathEntry> FromPath = in ImportAPValue() local
9279 FromPath[LoopIdx].getAsBaseOrMember().getPointer(); in ImportAPValue()
9288 ImpDecl, FromPath[LoopIdx].getAsBaseOrMember().getInt())); in ImportAPValue()
9293 FromPath[LoopIdx].getAsArrayIndex()); in ImportAPValue()