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

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

Completed in 65 milliseconds