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.cpp215 llvm::cl::ExpansionContext ECtx(A, llvm::cl::TokenizeGNUCommandLine); in ExecuteCC1Tool() local
216 if (llvm::Error Err = ECtx.expandResponseFiles(ArgV)) { in ExecuteCC1Tool()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp320 llvm::cl::ExpansionContext ECtx(Alloc, Tokenizer); in addExpandedResponseFiles() local
322 ECtx.setVFS(&FS).setCurrentDir(WorkingDir).expandResponseFiles(Argv); in addExpandedResponseFiles()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1369 ExpansionContext ECtx(Saver.getAllocator(), Tokenize); in expandResponseFiles() local
1370 if (Error Err = ECtx.expandResponseFiles(NewArgv)) { in expandResponseFiles()
1379 ExpansionContext ECtx(Saver.getAllocator(), Tokenizer); in ExpandResponseFiles() local
1380 if (Error Err = ECtx.expandResponseFiles(Argv)) { in ExpandResponseFiles()
1510 ExpansionContext ECtx(A, Tokenize); in ParseCommandLineOptions() local
1511 if (Error Err = ECtx.expandResponseFiles(newArgv)) { in ParseCommandLineOptions()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp7201 llvm::cl::ExpansionContext ECtx(Alloc, Tokenizer); in expandResponseFiles() local
7202 ECtx.setMarkEOLs(MarkEOLs); in expandResponseFiles()
7204 ECtx.setVFS(FS); in expandResponseFiles()
7206 if (llvm::Error Err = ECtx.expandResponseFiles(Args)) in expandResponseFiles()