HomeSort by relevance Sort by last modified time
    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);
74 AdaptedAction->ExecuteAction();
79 return AdaptedAction->EndSourceFileAction();
82 ASTMergeAction::ASTMergeAction(FrontendAction *AdaptedAction,
84 : AdaptedAction(AdaptedAction), ASTFiles(ASTFiles.begin(), ASTFiles.end()) {
85 assert(AdaptedAction && "ASTMergeAction needs an action to adapt")
    [all...]
  /external/clang/include/clang/Frontend/
FrontendActions.h 146 FrontendAction *AdaptedAction;
162 ASTMergeAction(FrontendAction *AdaptedAction, ArrayRef<std::string> ASTFiles);

Completed in 33 milliseconds