Home
last modified time | relevance | path

Searched defs:VisitVariableArrayType (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h363 void VisitVariableArrayType(const VariableArrayType *T) { VisitVariableArrayType() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp956 void VisitVariableArrayType(const VariableArrayType *T) { VisitVariableArrayType() function in __anon4baa67ec0211::ODRTypeVisitor
H A DTextNodeDumper.cpp1579 void TextNodeDumper::VisitVariableArrayType(const VariableArrayType *T) { VisitVariableArrayType() function in TextNodeDumper
H A DType.cpp994 QualType VisitVariableArrayType(const VariableArrayType *T) { VisitVariableArrayType() function
H A DASTImporter.cpp1233 ASTNodeImporter::VisitVariableArrayType(const VariableArrayType *T) { VisitVariableArrayType() function in ASTNodeImporter
3552 std::optional<bool> VisitVariableArrayType(const VariableArrayType *T) { VisitVariableArrayType() function in __anonec1224fd0411::IsTypeDeclaredInsideVisitor
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6401 bool UnnamedLocalNoLinkageFinder::VisitVariableArrayType( VisitVariableArrayType() function in UnnamedLocalNoLinkageFinder