Exemplo n.º 1
0
void FileScope::declareConstant(AnalysisResultPtr ar, const string &name) {
  ar->declareConst(shared_from_this(), name);
}