OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:baseinput
(Results
1 - 6
of
6
) sorted by null
/external/clang/bindings/python/tests/cindex/
test_location.py
8
baseInput
="int one;\nint two;\n"
16
tu = get_tu(
baseInput
)
27
tu = get_tu('\n' +
baseInput
)
38
tu = get_tu(' ' +
baseInput
)
47
tu = get_tu(
baseInput
)
73
tu = get_tu(
baseInput
)
79
assert
baseInput
[one.extent.start.offset:one.extent.end.offset] == "int one"
83
assert
baseInput
[two.extent.start.offset:two.extent.end.offset] == "int two"
/external/clang/lib/Driver/
InputInfo.h
44
const char *
BaseInput
;
53
: Kind(Nothing), Act(A), Type(GetActionType(A)),
BaseInput
(_BaseInput) {}
56
: Kind(Filename), Act(nullptr), Type(_Type),
BaseInput
(_BaseInput) {
60
: Kind(Filename), Act(A), Type(GetActionType(A)),
BaseInput
(_BaseInput) {
66
: Kind(InputArg), Act(nullptr), Type(_Type),
BaseInput
(_BaseInput) {
71
: Kind(InputArg), Act(A), Type(GetActionType(A)),
BaseInput
(_BaseInput) {
79
const char *getBaseInput() const { return
BaseInput
; }
Driver.cpp
[
all
...]
/external/clang/include/clang/Frontend/
CompilerInstance.h
689
StringRef
BaseInput
= "",
698
StringRef
BaseInput
, StringRef Extension,
705
/// path location as \p
BaseInput
, with any suffix removed, and \p Extension
712
/// \param
BaseInput
- If \p OutputPath is empty, the input path name to use
729
bool RemoveFileOnSignal, StringRef
BaseInput
,
/external/clang/include/clang/Driver/
Driver.h
413
/// \param
BaseInput
- The original input file that this action was
420
const char *
BaseInput
,
/external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp
98
instance_.getFrontendOpts().OutputFile, //
BaseInput
Completed in 138 milliseconds