souffle  2.0.2-371-g6315b36
Namespaces
ComponentInstantiation.cpp File Reference
#include "ast/transform/ComponentInstantiation.h"
#include "ast/Atom.h"
#include "ast/Attribute.h"
#include "ast/Clause.h"
#include "ast/Component.h"
#include "ast/ComponentInit.h"
#include "ast/ComponentType.h"
#include "ast/Directive.h"
#include "ast/Node.h"
#include "ast/Program.h"
#include "ast/QualifiedName.h"
#include "ast/RecordType.h"
#include "ast/Relation.h"
#include "ast/TranslationUnit.h"
#include "ast/Type.h"
#include "ast/TypeCast.h"
#include "ast/UnionType.h"
#include "ast/analysis/ComponentLookup.h"
#include "ast/utility/Visitor.h"
#include "reports/ErrorReport.h"
#include "souffle/utility/StringUtil.h"
#include <algorithm>
#include <cstddef>
#include <map>
#include <memory>
#include <set>
#include <utility>
#include <vector>
Include dependency graph for ComponentInstantiation.cpp:

Go to the source code of this file.

Namespaces

 souffle
 
 souffle::ast
 
 souffle::ast::transform
 

Variable Documentation

◆ clauses

std::vector<Own<Clause> > clauses

◆ directives

std::vector<Own<Directive> > directives

Definition at line 66 of file ComponentInstantiation.cpp.

Referenced by souffle::ast::getClauses().

◆ relations

std::vector<Own<Relation> > relations

◆ types

std::vector<Own<ast::Type> > types