OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addOutputFile
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
CompilerInstance.h
436
///
addOutputFile
- Add an output file onto the list of tracked output files.
439
void
addOutputFile
(const OutputFile &OutFile);
/external/clang/lib/Frontend/
CompilerInstance.cpp
392
void CompilerInstance::
addOutputFile
(const OutputFile &OutFile) {
454
addOutputFile
(OutputFile((OutputPathName != "-") ? OutputPathName : "",
Completed in 600 milliseconds