Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1574 QualType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType() function in ASTNodeImporter
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp3983 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType() function in UnnamedLocalNoLinkageFinder
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp182 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType() function in ASTTypeWriter