Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp791 QualType VisitVectorType(const VectorType *T) { in VisitVectorType() function
1577 AutoType *VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anon319b3f550411::GetContainedAutoVisitor
DASTDumper.cpp303 void VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anon59a9c3280111::ASTDumper
DASTImporter.cpp54 QualType VisitVectorType(const VectorType *T);
1691 QualType ASTNodeImporter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTNodeImporter
/external/clang/lib/Serialization/
DASTWriter.cpp204 void ASTTypeWriter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTTypeWriter
212 VisitVectorType(T); in VisitExtVectorType()
/external/clang/lib/Sema/
DSemaTemplate.cpp4114 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { in VisitVectorType() function in UnnamedLocalNoLinkageFinder