Searched defs:VisitType (Results 1 – 8 of 8) sorted by relevance
88 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
347 bool VisitType(Type *T) { return true; } in VisitType() function
349 bool VisitType(Type *T) { return true; } in VisitType() function
273 enum VisitType { in markTails() enum
530 void USRGenerator::VisitType(QualType T) { in VisitType() function in USRGenerator
1388 void StmtProfiler::VisitType(QualType T) { in VisitType() function in StmtProfiler
1423 QualType ASTNodeImporter::VisitType(const Type *T) { in VisitType() function in ASTNodeImporter
1416 QualType VisitType; in VisitBuiltinTypeLoc() local