HomeSort by: relevance | last modified time | path
    Searched refs:ASTMergeAction (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTMerge.cpp 20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI) {
33 void ASTMergeAction::ExecuteAction() {
83 void ASTMergeAction::EndSourceFileAction() {
87 ASTMergeAction::ASTMergeAction(std::unique_ptr<FrontendAction> adaptedAction,
90 assert(AdaptedAction && "ASTMergeAction needs an action to adapt");
93 ASTMergeAction::~ASTMergeAction() {
96 bool ASTMergeAction::usesPreprocessorOnly() const
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h 32 class ASTMergeAction;
40 friend class ASTMergeAction;
FrontendActions.h 215 class ASTMergeAction : public FrontendAction {
232 ASTMergeAction(std::unique_ptr<FrontendAction> AdaptedAction,
234 ~ASTMergeAction() override;
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 181 Act = std::make_unique<ASTMergeAction>(std::move(Act),

Completed in 30 milliseconds