Home
last modified time | relevance | path

Searched defs:TestVFO (Results 1 – 1 of 1) sorted by relevance

/external/clang/unittests/libclang/
DLibclangTest.cpp41 struct TestVFO { struct
42 const char *Contents;
43 CXVirtualFileOverlay VFO;
45 TestVFO(const char *Contents) : Contents(Contents) { in TestVFO() argument
49 void map(const char *VPath, const char *RPath) { in map()
54 void mapError(const char *VPath, const char *RPath, CXErrorCode ExpErr) { in mapError()
59 ~TestVFO() { in ~TestVFO()