OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseInput
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Driver/
InputInfo.h
42
const char *
BaseInput
;
47
: Kind(Nothing), Type(_Type),
BaseInput
(_BaseInput) {
50
: Kind(Filename), Type(_Type),
BaseInput
(_BaseInput) {
55
: Kind(InputArg), Type(_Type),
BaseInput
(_BaseInput) {
63
const char *getBaseInput() const { return
BaseInput
; }
Driver.cpp
[
all
...]
/external/clang/include/clang/Frontend/
CompilerInstance.h
625
createDefaultOutputFile(bool Binary = true, StringRef
BaseInput
= "",
635
StringRef
BaseInput
,
643
/// path location as \p
BaseInput
, with any suffix removed, and \p Extension
650
/// \param
BaseInput
- If \p OutputPath is empty, the input path name to use
668
StringRef
BaseInput
,
/external/clang/include/clang/Driver/
Driver.h
366
/// \param
BaseInput
- The original input file that this action was
373
const char *
BaseInput
,
Completed in 42 milliseconds