Home
last modified time | relevance | path

Searched refs:VisitVectorType (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DType.cpp580 AutoType *VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anon9ea7635f0111::GetContainedAutoVisitor
DASTImporter.cpp54 QualType VisitVectorType(const VectorType *T);
1566 QualType ASTNodeImporter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTNodeImporter
/external/clang/lib/Serialization/
DASTWriter.cpp163 void ASTTypeWriter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTTypeWriter
171 VisitVectorType(T); in VisitExtVectorType()
/external/clang/lib/Sema/
DSemaTemplate.cpp3832 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { in VisitVectorType() function in UnnamedLocalNoLinkageFinder