Searched refs:FromPath (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 870 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 D | ASTImporter.cpp | 9343 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()
|