Searched refs:VisitVectorType (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ | ||
D | Type.cpp | 791 QualType VisitVectorType(const VectorType *T) { in VisitVectorType() function |
D | ASTDumper.cpp | 301 void VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anon59a9c3280111::ASTDumper |
D | ASTImporter.cpp | 54 QualType VisitVectorType(const VectorType *T); |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 180 void ASTTypeWriter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTTypeWriter |
/external/clang/lib/Sema/ | ||
D | SemaTemplate.cpp | 4076 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { in VisitVectorType() function in UnnamedLocalNoLinkageFinder |