Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp207 llvm::cl::ExpansionContext ECtx(A, llvm::cl::TokenizeGNUCommandLine); in ExecuteCC1Tool() local
208 if (llvm::Error Err = ECtx.expandResponseFiles(ArgV)) { in ExecuteCC1Tool()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp323 llvm::cl::ExpansionContext ECtx(Alloc, Tokenizer); in addExpandedResponseFiles() local
325 ECtx.setVFS(&FS).setCurrentDir(WorkingDir).expandResponseFiles(Argv); in addExpandedResponseFiles()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1352 ExpansionContext ECtx(Saver.getAllocator(), Tokenize); in expandResponseFiles() local
1353 if (Error Err = ECtx.expandResponseFiles(NewArgv)) { in expandResponseFiles()
1362 ExpansionContext ECtx(Saver.getAllocator(), Tokenizer); in ExpandResponseFiles() local
1363 if (Error Err = ECtx.expandResponseFiles(Argv)) { in ExpandResponseFiles()
1493 ExpansionContext ECtx(A, Tokenize); in ParseCommandLineOptions() local
1494 if (Error Err = ECtx.expandResponseFiles(newArgv)) { in ParseCommandLineOptions()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6776 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