reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
949 module.path.push_back(ConstString(name)); 957 module.path.push_back(ConstString(name)); 959 std::reverse(module.path.begin(), module.path.end()); 959 std::reverse(module.path.begin(), module.path.end()); 962 module.search_path = ConstString(include_path); 965 module.sysroot = ConstString(sysroot); 966 imported_modules.push_back(module);