Home | History | Annotate | Download | only in Frontend

Lines Matching full:_unit

837   TopLevelDeclTrackerConsumer(ASTUnit &_Unit, unsigned &Hash)
838 : Unit(_Unit), Hash(Hash) {
903 TopLevelDeclTrackerAction(ASTUnit &_Unit) : Unit(_Unit) {}