Home
last modified time | relevance | path

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

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