Home
last modified time | relevance | path

Searched defs:VisitVectorType (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp1022 void VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anondc2745e90211::ODRTypeVisitor
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.cpp1143 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
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp5385 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { in VisitVectorType() function in UnnamedLocalNoLinkageFinder