Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h419 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1193 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DASTImporter.cpp1414 ExpectedType ASTNodeImporter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp5736 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { in VisitTypeOfExprType() function in UnnamedLocalNoLinkageFinder