Searched defs:VisitDecltypeType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ | ||
| H A D | TemplateArgumentHasher.cpp | 285 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in __anon91a37be10111::TypeVisitorHelper |
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ | ||
| H A D | ASTNodeTraverser.h | 428 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function |
| /freebsd/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 1028 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in __anonb4317f1a0211::ODRTypeVisitor |
| H A D | ASTImporter.cpp | 1671 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in ASTNodeImporter |
| /freebsd/contrib/llvm-project/clang/lib/Sema/ | ||
| H A D | SemaTemplate.cpp | 6164 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() function in UnnamedLocalNoLinkageFinder |