Home
last modified time | relevance | path

Searched refs:VisitExtVectorType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp55 QualType VisitExtVectorType(const ExtVectorType *T);
1573 QualType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType() function in ASTNodeImporter
/external/clang/lib/Serialization/
DASTWriter.cpp179 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType() function in ASTTypeWriter
/external/clang/lib/Sema/
DSemaTemplate.cpp3989 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType() function in UnnamedLocalNoLinkageFinder