Home | History | Annotate | Download | only in Frontend

Lines Matching full:_unit

824   TopLevelDeclTrackerConsumer(ASTUnit &_Unit, unsigned &Hash)
825 : Unit(_Unit), Hash(Hash) {
891 TopLevelDeclTrackerAction(ASTUnit &_Unit) : Unit(_Unit) {}