Home
last modified time | relevance | path

Searched refs:VisitVariableArrayType (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h308 void VisitVariableArrayType(const VariableArrayType *T);
H A DASTNodeTraverser.h357 void VisitVariableArrayType(const VariableArrayType *T) { in VisitVariableArrayType() function
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp816 void VisitVariableArrayType(const VariableArrayType *T) { in VisitVariableArrayType() function in __anonfecede4a0211::ODRTypeVisitor
H A DTextNodeDumper.cpp1454 void TextNodeDumper::VisitVariableArrayType(const VariableArrayType *T) { in VisitVariableArrayType() function in TextNodeDumper
H A DType.cpp968 QualType VisitVariableArrayType(const VariableArrayType *T) { in VisitVariableArrayType() function
H A DASTImporter.cpp384 ExpectedType VisitVariableArrayType(const VariableArrayType *T);
1234 ASTNodeImporter::VisitVariableArrayType(const VariableArrayType *T) { in VisitVariableArrayType() function in ASTNodeImporter
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp6060 bool UnnamedLocalNoLinkageFinder::VisitVariableArrayType( in VisitVariableArrayType() function in UnnamedLocalNoLinkageFinder