HomeSort by relevance Sort by last modified time
    Searched refs:ASTMergeAction (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Frontend/
ASTMerge.cpp 20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI,
34 void ASTMergeAction::ExecuteAction() {
82 void ASTMergeAction::EndSourceFileAction() {
86 ASTMergeAction::ASTMergeAction(FrontendAction *AdaptedAction,
89 assert(AdaptedAction && "ASTMergeAction needs an action to adapt");
92 ASTMergeAction::~ASTMergeAction() {
96 bool ASTMergeAction::usesPreprocessorOnly() const
    [all...]
  /external/clang/include/clang/Frontend/
FrontendActions.h 169 class ASTMergeAction : public FrontendAction {
187 ASTMergeAction(FrontendAction *AdaptedAction, ArrayRef<std::string> ASTFiles);
188 ~ASTMergeAction() override;
FrontendAction.h 32 class ASTMergeAction;
40 friend class ASTMergeAction;
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 159 Act = new ASTMergeAction(Act, FEOpts.ASTMergeFiles);

Completed in 358 milliseconds