Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h345 void VisitVectorType(const VectorType *T) { Visit(T->getElementType()); } in VisitVectorType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp1106 void VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anon79b649e50211::ODRTypeVisitor
H A DJSONNodeDumper.cpp599 void JSONNodeDumper::VisitVectorType(const VectorType *VT) { in VisitVectorType() function in JSONNodeDumper
H A DType.cpp988 QualType VisitVectorType(const VectorType *T) { in VisitVectorType() function
1834 Type *VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anon1b829cde0211::GetContainedDeducedTypeVisitor
H A DTextNodeDumper.cpp1406 void TextNodeDumper::VisitVectorType(const VectorType *T) { in VisitVectorType() function in TextNodeDumper
H A DASTImporter.cpp1207 ExpectedType ASTNodeImporter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTNodeImporter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2277 TemplateTypeParmDecl *VisitVectorType(const VectorType *T) { in VisitVectorType() function
H A DSemaTemplate.cpp6023 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { in VisitVectorType() function in UnnamedLocalNoLinkageFinder