Home
last modified time | relevance | path

Searched refs:VisitTypeOfType (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1062 void VisitTypeOfType(const TypeOfType *T) { in VisitTypeOfType() function in __anonb1d94ece0211::ODRTypeVisitor
H A DASTImporter.cpp372 ExpectedType VisitTypeOfType(const TypeOfType *T);
1340 ExpectedType ASTNodeImporter::VisitTypeOfType(const TypeOfType *T) { in VisitTypeOfType() function in ASTNodeImporter
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6065 bool UnnamedLocalNoLinkageFinder::VisitTypeOfType(const TypeOfType* T) { in VisitTypeOfType() function in UnnamedLocalNoLinkageFinder