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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h216 void VisitVectorType(const VectorType *VT);
H A DTextNodeDumper.h304 void VisitVectorType(const VectorType *T);
H A DASTNodeTraverser.h332 void VisitVectorType(const VectorType *T) { Visit(T->getElementType()); } function in class:clang::ASTNodeTraverser
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1106 void VisitVectorType(const VectorType *T) { function in class:__anon1594::ODRTypeVisitor
1114 VisitVectorType(T);
H A DJSONNodeDumper.cpp599 void JSONNodeDumper::VisitVectorType(const VectorType *VT) { function in class:JSONNodeDumper
H A DTextNodeDumper.cpp1373 void TextNodeDumper::VisitVectorType(const VectorType *T) { function in class:TextNodeDumper
H A DType.cpp990 QualType VisitVectorType(const VectorType *T) { function in struct:__anon1605::SimpleTransformVisitor
1836 Type *VisitVectorType(const VectorType *T) { function in class:__anon1606::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp355 ExpectedType VisitVectorType(const VectorType *T);
1199 ExpectedType ASTNodeImporter::VisitVectorType(const VectorType *T) { function in class:ASTNodeImporter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2289 TemplateTypeParmDecl *VisitVectorType(const VectorType *T) {
H A DSemaTemplate.cpp5915 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { function in class:UnnamedLocalNoLinkageFinder

Completed in 236 milliseconds