module lang::cpp::Registry
rascal-0.40.17
clair-0.13.1
Usage
import lang::cpp::Registry;
Source code
http://github.com/usethesource/clair/blob/main/src/lang/cpp/Registry.rsc
Dependencies
import analysis::m3::Registry;
import lang::cpp::AST;
import analysis::m3::Core;
function registerTU
This registers logical declarations for C and C++ programs directly from the AST.
void registerTU(Declaration tu)