Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h310 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
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1106 void VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anonb1d94ece0211::ODRTypeVisitor
1114 VisitVectorType(T); in VisitExtVectorType()
H A DType.cpp988 QualType VisitVectorType(const VectorType *T) { in VisitVectorType() function
1837 Type *VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anond6dca2670211::GetContainedDeducedTypeVisitor
H A DJSONNodeDumper.cpp630 void JSONNodeDumper::VisitVectorType(const VectorType *VT) { in VisitVectorType() function in JSONNodeDumper
H A DTextNodeDumper.cpp1458 void TextNodeDumper::VisitVectorType(const VectorType *T) { in VisitVectorType() function in TextNodeDumper
H A DASTImporter.cpp363 ExpectedType VisitVectorType(const VectorType *T);
1225 ExpectedType ASTNodeImporter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTNodeImporter
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2276 TemplateTypeParmDecl *VisitVectorType(const VectorType *T) { in VisitVectorType() function
H A DSemaTemplate.cpp6023 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { in VisitVectorType() function in UnnamedLocalNoLinkageFinder