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);
1575 QualType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType() function in ASTNodeImporter
/external/clang/lib/Serialization/
DASTWriter.cpp182 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType() function in ASTTypeWriter
/external/clang/lib/Sema/
DSemaTemplate.cpp4002 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType() function in UnnamedLocalNoLinkageFinder