Searched refs:VisitVectorType (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | Type.cpp | 596 AutoType *VisitVectorType(const VectorType *T) { function in class:__anon3660::GetContainedAutoVisitor |
H A D | ASTImporter.cpp | 54 QualType VisitVectorType(const VectorType *T); 1546 QualType ASTNodeImporter::VisitVectorType(const VectorType *T) { function in class:ASTNodeImporter |
/external/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 158 void ASTTypeWriter::VisitVectorType(const VectorType *T) { function in class:ASTTypeWriter 166 VisitVectorType(T); |
/external/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 3374 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { function in class:UnnamedLocalNoLinkageFinder |
Completed in 120 milliseconds