Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp596 AutoType *VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anonc62f8e7b0111::GetContainedAutoVisitor
DASTImporter.cpp54 QualType VisitVectorType(const VectorType *T);
1546 QualType ASTNodeImporter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTNodeImporter
/external/clang/lib/Serialization/
DASTWriter.cpp158 void ASTTypeWriter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTTypeWriter
166 VisitVectorType(T); in VisitExtVectorType()
/external/clang/lib/Sema/
DSemaTemplate.cpp3374 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { in VisitVectorType() function in UnnamedLocalNoLinkageFinder