Searched defs:InFile (Results 1 - 22 of 22) sorted by relevance

/external/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp17 StringRef InFile) {
16 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Din_file_unittest.py32 from in_file import InFile namespace
45 in_file = InFile(lines, defaults, None)
68 in_file = InFile(lines, defaults, default_parameters=default_parameters)
79 in_file = InFile.load_from_files(in_files, None, None, None)
H A Din_file.py40 # InFile must be passed a dictionary of default values
47 # InFile.load_from_files(['file.in'], {'arg': None, 'arg2': []})
55 class InFile(object): class in inherits:object
70 return InFile(lines, defaults, valid_values, default_parameters)
H A Dmake_element_type_helpers.py14 from in_file import InFile namespace
H A Dmake_qualified_names.py37 from in_file import InFile namespace
68 self.tags_in_file = InFile.load_from_files([in_file_paths.pop(0)], self.defaults, self.valid_values, self.default_parameters)
72 self.attrs_in_file = InFile.load_from_files([in_file_paths.pop()], self.defaults, self.valid_values, self.default_parameters)
H A Din_generator.py34 from in_file import InFile namespace
48 self.in_file = InFile.load_from_files(in_files, self.defaults, self.valid_values, self.default_parameters)
H A Dmake_css_value_keywords.py8 from in_file import InFile namespace
H A Daudit_runtime_enabled_features.py5 from in_file import InFile namespace
39 return InFile(features_lines, defaults, valid_values)
/external/clang/lib/Frontend/
H A DASTMerge.cpp20 StringRef InFile) {
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
19 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
H A DFrontendAction.cpp136 StringRef InFile) {
137 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
160 Consumers.push_back(c->CreateASTConsumer(CI, InFile));
519 StringRef InFile) {
524 StringRef InFile) {
525 return WrappedAction->CreateASTConsumer(CI, InFile);
135 CreateWrappedASTConsumer(CompilerInstance &CI, StringRef InFile) argument
518 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
523 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
H A DFrontendActions.cpp37 StringRef InFile) {
49 StringRef InFile) {
50 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile))
56 StringRef InFile) {
62 StringRef InFile) {
67 StringRef InFile) {
72 StringRef InFile) {
77 StringRef InFile) {
81 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
91 StringRef InFile,
36 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
48 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
55 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
61 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
66 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
71 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
76 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
90 ComputeASTConsumerArguments(CompilerInstance &CI, StringRef InFile, std::string &Sysroot, std::string &OutputFile, raw_ostream *&OS) argument
114 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
338 ComputeASTConsumerArguments(CompilerInstance &CI, StringRef InFile, std::string &Sysroot, std::string &OutputFile, raw_ostream *&OS) argument
366 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
371 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
376 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
[all...]
H A DCompilerInstance.cpp552 StringRef InFile,
555 /*RemoveFileOnSignal=*/true, InFile, Extension,
568 StringRef InFile,
575 InFile, Extension,
599 StringRef InFile,
611 } else if (InFile == "-") {
614 SmallString<128> Path(InFile);
551 createDefaultOutputFile(bool Binary, StringRef InFile, StringRef Extension) argument
566 createOutputFile(StringRef OutputPath, bool Binary, bool RemoveFileOnSignal, StringRef InFile, StringRef Extension, bool UseTemporary, bool CreateMissingDirectories) argument
595 createOutputFile(StringRef OutputPath, std::string &Error, bool Binary, bool RemoveFileOnSignal, StringRef InFile, StringRef Extension, bool UseTemporary, bool CreateMissingDirectories, std::string *ResultPathName, std::string *TempPathName) argument
H A DASTUnit.cpp895 StringRef InFile) override {
920 StringRef InFile) override;
983 StringRef InFile) {
987 if (GeneratePCHAction::ComputeASTConsumerArguments(CI, InFile, Sysroot,
982 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
/external/clang/unittests/AST/
H A DExternalASTSourceTest.cpp39 StringRef InFile) {
38 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp42 StringRef InFile) {
41 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp34 StringRef InFile) {
35 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile))
44 StringRef InFile) {
154 StringRef InFile) {
155 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile, "cpp")) {
157 return CreateModernObjCRewriter(InFile, OS,
162 return CreateObjCRewriter(InFile, OS,
33 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
43 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
153 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
H A DRewriteObjC.cpp601 ASTConsumer *clang::CreateObjCRewriter(const std::string& InFile, argument
606 return new RewriteObjCFragileABI(InFile, OS, Diags, LOpts, SilenceRewriteMacroWarning);
H A DRewriteModernObjC.cpp676 ASTConsumer *clang::CreateModernObjCRewriter(const std::string& InFile, argument
682 return new RewriteModernObjC(InFile, OS, Diags, LOpts,
/external/lzma/Java/SevenZip/
H A DLzmaAlone.java29 public String InFile; field in class:LzmaAlone.CommandLine
131 InFile = s;
192 java.io.File inFile = new java.io.File(params.InFile);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp573 StringRef InFile,
577 return CI.createDefaultOutputFile(false, InFile, "s");
579 return CI.createDefaultOutputFile(false, InFile, "ll");
581 return CI.createDefaultOutputFile(true, InFile, "bc");
587 return CI.createDefaultOutputFile(true, InFile, "o");
594 StringRef InFile) {
596 std::unique_ptr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
628 CI.getFrontendOpts().ShowTimers, InFile,
572 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) argument
593 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc1243 llvm::StringRef InFile) {
1242 CreateASTConsumer(clang::CompilerInstance &CI, llvm::StringRef InFile) argument
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp189 StringRef InFile) {
194 WrappedConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile);
1869 StringRef InFile) {
188 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument
1868 CreateASTConsumer(CompilerInstance &CI, StringRef InFile) argument

Completed in 686 milliseconds