Home
last modified time | relevance | path

Searched refs:VisitDecltypeType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp285 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in __anon91a37be10111::TypeVisitorHelper
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h428 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function
527 void VisitDecltypeType(DecltypeType TL) { in VisitDecltypeType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1028 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in __anonb4317f1a0211::ODRTypeVisitor
1034 VisitDecltypeType(T); in VisitDependentDecltypeType()
H A DASTImporter.cpp1671 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6164 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() function in UnnamedLocalNoLinkageFinder