Searched refs:VisitVectorType (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | Type.cpp | 539 AutoType *VisitVectorType(const VectorType *T) { function in class:__anon2761::GetContainedAutoVisitor |
H A D | ASTImporter.cpp | 57 QualType VisitVectorType(const VectorType *T); 1460 QualType ASTNodeImporter::VisitVectorType(const VectorType *T) { function in class:ASTNodeImporter |
/external/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 154 void ASTTypeWriter::VisitVectorType(const VectorType *T) { function in class:ASTTypeWriter 162 VisitVectorType(T); |
/external/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 3151 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { function in class:UnnamedLocalNoLinkageFinder |
Completed in 130 milliseconds