Home
last modified time | relevance | path

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

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