![]()  | 
  
    Rosetta
    2019.12
    
   | 
 
#include <config.hpp>#include <clang/AST/Decl.h>#include <llvm/Support/raw_ostream.h>#include <string>#include <vector>#include <set>#include <unordered_set>#include <unordered_map>Classes | |
| class | binder::IncludeSet | 
| class | binder::Binder | 
| Bindings Generator - represent object that can generate binding info for function, class, enum or data variable.  More... | |
| class | binder::Context | 
| Context - root, hold bindings info for whole TranslationUnit.  More... | |
Namespaces | |
| binder | |
Typedefs | |
| typedef std::shared_ptr< Binder > | binder::BinderOP | 
| typedef std::vector< BinderOP > | binder::Binders | 
Functions | |
| llvm::raw_ostream & | binder::operator<< (llvm::raw_ostream &os, Binder const &b) | 
 1.8.7