Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp843 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in __anonb1d94ece0211::ODRTypeVisitor
850 VisitDecltypeType(T); in VisitDependentDecltypeType()
H A DASTImporter.cpp373 ExpectedType VisitDecltypeType(const DecltypeType *T);
1348 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function in ASTNodeImporter
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h379 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6069 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() function in UnnamedLocalNoLinkageFinder