Searched refs:ECtx (Results 1 – 4 of 4) sorted by relevance
207 llvm::cl::ExpansionContext ECtx(A, llvm::cl::TokenizeGNUCommandLine); in ExecuteCC1Tool() local208 if (llvm::Error Err = ECtx.expandResponseFiles(ArgV)) { in ExecuteCC1Tool()
323 llvm::cl::ExpansionContext ECtx(Alloc, Tokenizer); in addExpandedResponseFiles() local325 ECtx.setVFS(&FS).setCurrentDir(WorkingDir).expandResponseFiles(Argv); in addExpandedResponseFiles()
1352 ExpansionContext ECtx(Saver.getAllocator(), Tokenize); in expandResponseFiles() local1353 if (Error Err = ECtx.expandResponseFiles(NewArgv)) { in expandResponseFiles()1362 ExpansionContext ECtx(Saver.getAllocator(), Tokenizer); in ExpandResponseFiles() local1363 if (Error Err = ECtx.expandResponseFiles(Argv)) { in ExpandResponseFiles()1493 ExpansionContext ECtx(A, Tokenize); in ParseCommandLineOptions() local1494 if (Error Err = ECtx.expandResponseFiles(newArgv)) { in ParseCommandLineOptions()
6776 llvm::cl::ExpansionContext ECtx(Alloc, Tokenizer); in expandResponseFiles() 6777 ECtx.setMarkEOLs(MarkEOLs); in expandResponseFiles() 6779 ECtx.setVFS(FS); in expandResponseFiles() 6781 if (llvm::Error Err = ECtx.expandResponseFiles(Args)) in expandResponseFiles() 6771 llvm::cl::ExpansionContext ECtx(Alloc, Tokenizer); expandResponseFiles() local