LILAC
Language to language Interop LAyer Compiler
Loading...
Searching...
No Matches
lilac::cxx::LilacAction Class Referencefinal

A frontend action that creates lilac::cxx::LilacASTConsumer to traverse AST. More...

#include <pluginaction.h>

Inheritance diagram for lilac::cxx::LilacAction:
Collaboration diagram for lilac::cxx::LilacAction:

Public Member Functions

std::unique_ptr< clang::ASTConsumer > CreateASTConsumer (clang::CompilerInstance &, llvm::StringRef) override
 

Detailed Description

A frontend action that creates lilac::cxx::LilacASTConsumer to traverse AST.

Definition at line 31 of file pluginaction.h.

Member Function Documentation

◆ CreateASTConsumer()

std::unique_ptr< clang::ASTConsumer > lilac::cxx::LilacAction::CreateASTConsumer ( clang::CompilerInstance & ci,
llvm::StringRef  )
override

Definition at line 33 of file pluginaction.cxx.


The documentation for this class was generated from the following files: