Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp983 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in __anone9b41ed00211::ODRTypeVisitor
989 VisitDecltypeType(T); in VisitDependentDecltypeType()
H A DASTImporter.cpp1414 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in ASTNodeImporter
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h385 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6472 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() function in UnnamedLocalNoLinkageFinder