OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InFile
(Results
1 - 2
of
2
) sorted by null
/external/clang/examples/wpa/
clang-wpa.cpp
96
const std::string &
InFile
= InputFilenames[i];
97
llvm::OwningPtr<ASTUnit> AST(ASTUnit::LoadFromASTFile(
InFile
, Diags,
/external/clang/lib/Frontend/
CompilerInstance.cpp
429
llvm::StringRef
InFile
,
432
/*RemoveFileOnSignal=*/true,
InFile
, Extension);
438
llvm::StringRef
InFile
,
443
InFile
, Extension,
465
llvm::StringRef
InFile
,
472
} else if (
InFile
== "-") {
475
llvm::sys::Path Path(
InFile
);
595
const std::string &
InFile
= getFrontendOpts().Inputs[i].second;
601
if (Act.BeginSourceFile(*this,
InFile
, getFrontendOpts().Inputs[i].first)) {
Completed in 416 milliseconds