Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/libclang/
H A DLibclangTest.cpp48 struct TestVFO { struct
49 const char *Contents;
50 CXVirtualFileOverlay VFO;
52 TestVFO(const char *Contents) : Contents(Contents) { in TestVFO() function
56 void map(const char *VPath, const char *RPath) { in map()
61 void mapError(const char *VPath, const char *RPath, CXErrorCode ExpErr) { in mapError()
66 ~TestVFO() { in ~TestVFO()