Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h376 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1054 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() function in __anonb1d94ece0211::ODRTypeVisitor
H A DASTImporter.cpp370 ExpectedType VisitTypeOfExprType(const TypeOfExprType *T);
1332 ExpectedType ASTNodeImporter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() function in ASTNodeImporter
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6061 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { in VisitTypeOfExprType() function in UnnamedLocalNoLinkageFinder