Searched defs:VisitDependentSizedArrayType (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 404 void VisitDependentSizedArrayType(const DependentSizedArrayType *T) { in VisitDependentSizedArrayType() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 964 void VisitDependentSizedArrayType(const DependentSizedArrayType *T) { VisitDependentSizedArrayType() function in __anon5944dbcd0211::ODRTypeVisitor |
H A D | TextNodeDumper.cpp | 1820 void TextNodeDumper::VisitDependentSizedArrayType( VisitDependentSizedArrayType() function in TextNodeDumper |
H A D | ASTImporter.cpp | 1259 ExpectedType ASTNodeImporter::VisitDependentSizedArrayType( VisitDependentSizedArrayType() function in ASTNodeImporter |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 6890 bool UnnamedLocalNoLinkageFinder::VisitDependentSizedArrayType( VisitDependentSizedArrayType() function in UnnamedLocalNoLinkageFinder |