Searched refs:VisitVectorType (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ | ||
D | Type.cpp | 584 AutoType *VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anon0dc0e4f50111::GetContainedAutoVisitor |
D | ASTDumper.cpp | 297 void VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anoned57ecc80111::ASTDumper |
D | ASTImporter.cpp | 54 QualType VisitVectorType(const VectorType *T); |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 175 void ASTTypeWriter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTTypeWriter |
/external/clang/lib/Sema/ | ||
D | SemaTemplate.cpp | 3998 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { in VisitVectorType() function in UnnamedLocalNoLinkageFinder |