Searched defs:ImportStatement (Results 1 – 2 of 2) sorted by relevance
48 struct ImportStatement { struct49 FQName fqName;50 Location location;
797 bool ImportStatement = false; in parseLine() local