HomeSort by relevance Sort by last modified time
    Searched refs:RPath (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/lib/Frontend/
ModuleDependencyCollector.cpp 92 SmallString<256> RPath(CanonicalPath);
93 RealPath.swap(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)) {}
335 std::string RPath;
  /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/clang/lib/Basic/
VirtualFileSystem.cpp     [all...]
  /external/abi-compliance-checker/modules/Internals/
RegTests.pm     [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 1546 milliseconds