Searched defs:VisitComplexType (Results 1 – 8 of 8) sorted by relevance
347 void VisitComplexType(const ComplexType *T) { Visit(T->getElementType()); } in VisitComplexType() function
384 void VisitComplexType(const ComplexType *T) { Visit(T->getElementType()); } in VisitComplexType() function
375 void VisitComplexType(const ComplexType *T) { Visit(T->getElementType()); } in VisitComplexType() function
250 void VisitComplexType(const ComplexType *T) { in VisitComplexType() function in __anon1ee0a15e0111::ASTDumper
1597 QualType ASTNodeImporter::VisitComplexType(const ComplexType *T) { in VisitComplexType() function in ASTNodeImporter
136 void ASTTypeWriter::VisitComplexType(const ComplexType *T) { in VisitComplexType() function in ASTTypeWriter
4061 bool UnnamedLocalNoLinkageFinder::VisitComplexType(const ComplexType* T) { in VisitComplexType() function in UnnamedLocalNoLinkageFinder