Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h412 void VisitVectorType(const VectorType *T) { Visit(T->getElementType()); } in VisitVectorType() function
/llvm-project/clang/lib/AST/
H A DODRHash.cpp1243 void VisitVectorType(const VectorType *T) { VisitVectorType() function in __anon5944dbcd0211::ODRTypeVisitor
H A DJSONNodeDumper.cpp710 void JSONNodeDumper::VisitVectorType(const VectorType *VT) { in VisitVectorType() function in JSONNodeDumper
H A DTextNodeDumper.cpp1833 void TextNodeDumper::VisitVectorType(const VectorType *T) { VisitVectorType() function in TextNodeDumper
H A DType.cpp1074 QualType VisitVectorType(const VectorType *T) { VisitVectorType() function
1965 Type *VisitVectorType(const VectorType *T) { VisitVectorType() function in __anon634037c60311::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp1287 ExpectedType ASTNodeImporter::VisitVectorType(const VectorType *T) { VisitVectorType() function in ASTNodeImporter
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3005 TemplateTypeParmDecl *VisitVectorType(const VectorType *T) { VisitVectorType() function
H A DSemaTemplate.cpp6910 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { VisitVectorType() function in UnnamedLocalNoLinkageFinder
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5433 bool VisitVectorType(VectorType *FT) { VisitVectorType() function