Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h311 void VisitVectorType(const VectorType *T);
H A DJSONNodeDumper.h218 void VisitVectorType(const VectorType *VT);
H A DASTNodeTraverser.h369 void VisitVectorType(const VectorType *T) { Visit(T->getElementType()); } in VisitVectorType() function
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp1107 void VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anonfecede4a0211::ODRTypeVisitor
1115 VisitVectorType(T); in VisitExtVectorType()
H A DType.cpp994 QualType VisitVectorType(const VectorType *T) { in VisitVectorType() function
1843 Type *VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anonac0403630211::GetContainedDeducedTypeVisitor
H A DJSONNodeDumper.cpp630 void JSONNodeDumper::VisitVectorType(const VectorType *VT) { in VisitVectorType() function in JSONNodeDumper
H A DTextNodeDumper.cpp1473 void TextNodeDumper::VisitVectorType(const VectorType *T) { in VisitVectorType() function in TextNodeDumper
H A DASTImporter.cpp387 ExpectedType VisitVectorType(const VectorType *T);
1262 ExpectedType ASTNodeImporter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTNodeImporter
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2315 TemplateTypeParmDecl *VisitVectorType(const VectorType *T) { in VisitVectorType() function
H A DSemaTemplate.cpp6085 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { in VisitVectorType() function in UnnamedLocalNoLinkageFinder
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5075 bool VisitVectorType(VectorType *FT) { in VisitVectorType() function