OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VPath
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/Frontend/
Utils.h
136
void addFileMapping(StringRef
VPath
, StringRef RPath) {
137
VFSWriter.addFileMapping(
VPath
, RPath);
/external/clang/include/clang/Basic/
VirtualFileSystem.h
332
template <typename T1, typename T2> YAMLVFSEntry(T1 &&
VPath
, T2 &&RPath)
333
:
VPath
(std::forward<T1>(
VPath
)), RPath(std::forward<T2>(RPath)) {}
334
std::string
VPath
;
/external/clang/unittests/libclang/
LibclangTest.cpp
49
void map(const char *
VPath
, const char *RPath) {
50
CXErrorCode Err = clang_VirtualFileOverlay_addFileMapping(VFO,
VPath
, RPath);
54
void mapError(const char *
VPath
, const char *RPath, CXErrorCode ExpErr) {
55
CXErrorCode Err = clang_VirtualFileOverlay_addFileMapping(VFO,
VPath
, RPath);
/external/ImageMagick/Magick++/lib/Magick++/
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
>;
[
all
...]
/external/ImageMagick/Magick++/demo/
piddle.cpp
104
std::vector<
VPath
> path;
/external/ImageMagick/Magick++/lib/
Drawable.cpp
130
Magick::
VPath
::
VPath
( void )
136
Magick::
VPath
::
VPath
( const Magick::VPathBase& original_ )
142
/* virtual */ Magick::
VPath
::~
VPath
( void )
149
Magick::
VPath
::
VPath
( const Magick::
VPath
& original_ )
155
Magick::
VPath
& Magick::VPath::operator= (const Magick::VPath& original_
[
all
...]
/external/clang/lib/Basic/
VirtualFileSystem.cpp
[
all
...]
Completed in 204 milliseconds