Searched refs:VPath (Results 1 – 8 of 8) sorted by relevance
/external/clang/unittests/libclang/ |
D | LibclangTest.cpp | 49 void map(const char *VPath, const char *RPath) { in map() 50 CXErrorCode Err = clang_VirtualFileOverlay_addFileMapping(VFO, VPath, RPath); in map() 54 void mapError(const char *VPath, const char *RPath, CXErrorCode ExpErr) { in mapError() 55 CXErrorCode Err = clang_VirtualFileOverlay_addFileMapping(VFO, VPath, RPath); in mapError()
|
/external/clang/include/clang/Basic/ |
D | VirtualFileSystem.h | 332 template <typename T1, typename T2> YAMLVFSEntry(T1 &&VPath, T2 &&RPath) in YAMLVFSEntry() 333 : VPath(std::forward<T1>(VPath)), RPath(std::forward<T2>(RPath)) {} in YAMLVFSEntry() 334 std::string VPath; member
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 136 void addFileMapping(StringRef VPath, StringRef RPath) { in addFileMapping() argument 137 VFSWriter.addFileMapping(VPath, RPath); in addFileMapping()
|
/external/ImageMagick/Magick++/lib/ |
D | Drawable.cpp | 130 Magick::VPath::VPath ( void ) in VPath() function in Magick::VPath 136 Magick::VPath::VPath ( const Magick::VPathBase& original_ ) in VPath() function in Magick::VPath 142 /* virtual */ Magick::VPath::~VPath ( void ) in ~VPath() 149 Magick::VPath::VPath ( const Magick::VPath& original_ ) in VPath() function in Magick::VPath 155 Magick::VPath& Magick::VPath::operator= (const Magick::VPath& original_ ) in operator =() 167 void Magick::VPath::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Drawable.h | 182 class MagickPPExport VPath 186 VPath ( void ); 189 VPath ( const VPathBase& original_ ); 192 virtual ~VPath ( void ); 195 VPath ( const VPath& original_ ); 198 VPath& operator= (const VPath& original_ ); 207 typedef std::vector<Magick::VPath> VPathList; 212 std::allocator<Magick::VPath>;
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 1616 void writeEntry(StringRef VPath, StringRef RPath); 1664 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry() argument 1668 OS.indent(Indent + 2) << "'name': \"" << llvm::yaml::escape(VPath) << "\",\n"; in writeEntry() 1699 startDirectory(path::parent_path(Entry.VPath)); in write() 1709 writeEntry(path::filename(Entry.VPath), RPath); in write() 1712 StringRef Dir = path::parent_path(Entry.VPath); in write() 1730 writeEntry(path::filename(Entry.VPath), RPath); in write() 1747 return LHS.VPath < RHS.VPath; in write()
|
/external/ImageMagick/Magick++/demo/ |
D | piddle.cpp | 104 std::vector<VPath> path; in main()
|
/external/ltp/doc/ |
D | build-system-guide.txt | 209 link:http://www.gnu.org/software/make/manual/make.html#Directory-Search[VPath Use]
|