Home
last modified time | relevance | path

Searched refs:VisitVectorType (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTextNodeDumper.h278 void VisitVectorType(const VectorType *T);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp1022 void VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anondc2745e90211::ODRTypeVisitor
1030 VisitVectorType(T); in VisitExtVectorType()
H A DTextNodeDumper.cpp1055 void TextNodeDumper::VisitVectorType(const VectorType *T) { in VisitVectorType() function in TextNodeDumper
H A DASTDumper.cpp157 void VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anon7de60b550111::ASTDumper
H A DType.cpp865 QualType VisitVectorType(const VectorType *T) { in VisitVectorType() function
1694 Type *VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anondae177620411::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp336 ExpectedType VisitVectorType(const VectorType *T);
1143 ExpectedType ASTNodeImporter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTNodeImporter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp258 void ASTTypeWriter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTTypeWriter
266 VisitVectorType(T); in VisitExtVectorType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp5385 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { in VisitVectorType() function in UnnamedLocalNoLinkageFinder