OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdaptedAction
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Frontend/
ASTMerge.cpp
21
return
AdaptedAction
->CreateASTConsumer(CI, InFile);
29
AdaptedAction
->setCurrentInput(getCurrentInput(), takeCurrentASTUnit());
30
AdaptedAction
->setCompilerInstance(&CI);
31
return
AdaptedAction
->BeginSourceFileAction(CI, Filename);
73
AdaptedAction
->ExecuteAction();
78
return
AdaptedAction
->EndSourceFileAction();
81
ASTMergeAction::ASTMergeAction(FrontendAction *
AdaptedAction
,
83
:
AdaptedAction
(
AdaptedAction
), ASTFiles(ASTFiles.begin(), ASTFiles.end()) {
84
assert(
AdaptedAction
&& "ASTMergeAction needs an action to adapt")
[
all
...]
/external/clang/include/clang/Frontend/
FrontendActions.h
174
FrontendAction *
AdaptedAction
;
190
ASTMergeAction(FrontendAction *
AdaptedAction
, ArrayRef<std::string> ASTFiles);
Completed in 105 milliseconds