Lines Matching defs:ECtx
925 llvm::cl::ExpansionContext ECtx(A, llvm::cl::TokenizeGNUCommandLine);
926 ECtx.setVFS(&FS).setCurrentDir(TestRoot).setRelativeNames(true);
927 ASSERT_FALSE((bool)ECtx.expandResponseFiles(Argv));
987 llvm::cl::ExpansionContext ECtx(A, Tokenizer);
988 ECtx.setVFS(&FS).setCurrentDir(TestRoot);
989 llvm::Error Err = ECtx.expandResponseFiles(Argv);
1032 llvm::cl::ExpansionContext ECtx(A, cl::TokenizeGNUCommandLine);
1033 ECtx.setVFS(&FS).setCurrentDir(TestRoot);
1034 ASSERT_FALSE((bool)ECtx.expandResponseFiles(Argv));
1066 llvm::cl::ExpansionContext ECtx(A, cl::TokenizeGNUCommandLine);
1067 ECtx.setVFS(&FS).setCurrentDir(TestRoot).setRelativeNames(true);
1068 ASSERT_FALSE((bool)ECtx.expandResponseFiles(Argv));
1085 llvm::cl::ExpansionContext ECtx(A, cl::TokenizeWindowsCommandLine);
1086 ECtx.setVFS(&FS).setCurrentDir(TestRoot).setMarkEOLs(true).setRelativeNames(
1088 ASSERT_FALSE((bool)ECtx.expandResponseFiles(Argv));
1231 llvm::cl::ExpansionContext ECtx(A, cl::tokenizeConfigFile);
1232 llvm::Error Result = ECtx.readConfigFile(ConfigFile.path(), Argv);