Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp1063 void VisitTypeOfType(const TypeOfType *T) { in VisitTypeOfType() function in __anonfecede4a0211::ODRTypeVisitor
H A DASTImporter.cpp396 ExpectedType VisitTypeOfType(const TypeOfType *T);
1377 ExpectedType ASTNodeImporter::VisitTypeOfType(const TypeOfType *T) { in VisitTypeOfType() function in ASTNodeImporter
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp6127 bool UnnamedLocalNoLinkageFinder::VisitTypeOfType(const TypeOfType* T) { in VisitTypeOfType() function in UnnamedLocalNoLinkageFinder