Searched refs:VisitExtVectorType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ | ||
| H A D | TemplateArgumentHasher.cpp | 397 void VisitExtVectorType(const ExtVectorType *T) { VisitVectorType(T); } in VisitExtVectorType() function in __anon91a37be10111::TypeVisitorHelper |
| /freebsd/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 1277 void VisitExtVectorType(const ExtVectorType * T) { in VisitExtVectorType() function in __anonb4317f1a0211::ODRTypeVisitor |
| H A D | Type.cpp | 1136 QualType VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType() function |
| H A D | ASTImporter.cpp | 1528 ExpectedType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType() function in ASTNodeImporter |
| /freebsd/contrib/llvm-project/clang/lib/Sema/ | ||
| H A D | SemaTemplate.cpp | 6127 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType() function in UnnamedLocalNoLinkageFinder |