Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTNodeTraverser.h369 void VisitVectorType(const VectorType *T) { Visit(T->getElementType()); } in VisitVectorType() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp1261 void VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anoncf944ab10211::ODRTypeVisitor
H A DJSONNodeDumper.cpp639 void JSONNodeDumper::VisitVectorType(const VectorType *VT) { in VisitVectorType() function in JSONNodeDumper
H A DType.cpp998 QualType VisitVectorType(const VectorType *T) { in VisitVectorType() function
1867 Type *VisitVectorType(const VectorType *T) { in VisitVectorType() function in __anon5177712a0211::GetContainedDeducedTypeVisitor
H A DTextNodeDumper.cpp1473 void TextNodeDumper::VisitVectorType(const VectorType *T) { in VisitVectorType() function in TextNodeDumper
H A DASTImporter.cpp1257 ExpectedType ASTNodeImporter::VisitVectorType(const VectorType *T) { in VisitVectorType() function in ASTNodeImporter
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2625 TemplateTypeParmDecl *VisitVectorType(const VectorType *T) { in VisitVectorType() function
H A DSemaTemplate.cpp6250 bool UnnamedLocalNoLinkageFinder::VisitVectorType(const VectorType* T) { in VisitVectorType() function in UnnamedLocalNoLinkageFinder
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5109 bool VisitVectorType(VectorType *FT) { in VisitVectorType() function