Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h307 void VisitVariableArrayType(const VariableArrayType *T);
H A DASTNodeTraverser.h357 void VisitVariableArrayType(const VariableArrayType *T) { in VisitVariableArrayType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp815 void VisitVariableArrayType(const VariableArrayType *T) { in VisitVariableArrayType() function in __anonb1d94ece0211::ODRTypeVisitor
H A DTextNodeDumper.cpp1439 void TextNodeDumper::VisitVariableArrayType(const VariableArrayType *T) { in VisitVariableArrayType() function in TextNodeDumper
H A DType.cpp962 QualType VisitVariableArrayType(const VariableArrayType *T) { in VisitVariableArrayType() function
H A DASTImporter.cpp360 ExpectedType VisitVariableArrayType(const VariableArrayType *T);
1197 ASTNodeImporter::VisitVariableArrayType(const VariableArrayType *T) { in VisitVariableArrayType() function in ASTNodeImporter
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp5998 bool UnnamedLocalNoLinkageFinder::VisitVariableArrayType( in VisitVariableArrayType() function in UnnamedLocalNoLinkageFinder