Searched defs:VisitVectorType (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp791 QualType VisitVectorType(const VectorType *T) { function in struct:__anon1118::SimpleTransformVisitor
1577 AutoType *VisitVectorType(const VectorType *T) {
H A DASTDumper.cpp303 void VisitVectorType(const VectorType *T) { function in class:__anon1053::ASTDumper
H A DASTImporter.cpp54 QualType VisitVectorType(const VectorType *T);
1691 QualType ASTNodeImporter::VisitVectorType(const VectorType *T) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriter.cpp204 void ASTTypeWriter::VisitVectorType(const VectorType *T) { function in class:ASTTypeWriter
212 VisitVectorType(T);
/external/clang/lib/Sema/
H A DSemaTemplate.cpp4114 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { function in class:UnnamedLocalNoLinkageFinder

Completed in 507 milliseconds