Home
last modified time | relevance | path

Searched refs:VFSArg (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInstanceTest.cpp52 const std::string VFSArg = "-ivfsoverlay" + FileNameStr; in TEST() local
53 const char *Args[] = {"clang", VFSArg.c_str(), "-xc++", "-"}; in TEST()