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

  /external/clang/lib/Frontend/
ASTMerge.cpp 19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI,
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI,
34 void ASTMergeAction::ExecuteAction() {
78 void ASTMergeAction::EndSourceFileAction() {
82 ASTMergeAction::ASTMergeAction(FrontendAction *AdaptedAction,
85 assert(AdaptedAction && "ASTMergeAction needs an action to adapt");
88 ASTMergeAction::~ASTMergeAction() {
92 bool ASTMergeAction::usesPreprocessorOnly() const
    [all...]
  /external/clang/include/clang/Frontend/
FrontendActions.h 144 class ASTMergeAction : public FrontendAction {
162 ASTMergeAction(FrontendAction *AdaptedAction, ArrayRef<std::string> ASTFiles);
163 virtual ~ASTMergeAction();

Completed in 32 milliseconds