Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h320 void VisitVectorType(const VectorType *T);
H A DJSONNodeDumper.h227 void VisitVectorType(const VectorType *VT);
H A DASTNodeTraverser.h375 void VisitVectorType(const VectorType *T) { Visit(T->getElementType()); } in VisitVectorType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1226 void VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anone9b41ed00211::ODRTypeVisitor
1234 VisitVectorType(T); in VisitExtVectorType()
H A DJSONNodeDumper.cpp677 void JSONNodeDumper::VisitVectorType(const VectorType *VT) { in VisitVectorType() function in JSONNodeDumper
H A DType.cpp1020 QualType VisitVectorType(const VectorType *T) { in VisitVectorType() function
1903 Type *VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anon3dffa1a90211::GetContainedDeducedTypeVisitor
H A DTextNodeDumper.cpp1598 void TextNodeDumper::VisitVectorType(const VectorType *T) { in VisitVectorType() function in TextNodeDumper
H A DASTImporter.cpp1273 ExpectedType ASTNodeImporter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTNodeImporter
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2816 TemplateTypeParmDecl *VisitVectorType(const VectorType *T) { in VisitVectorType() function
H A DSemaTemplate.cpp6426 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { in VisitVectorType() function in UnnamedLocalNoLinkageFinder
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5298 bool VisitVectorType(VectorType *FT) { in VisitVectorType() function