Searched defs:VisitTypeOfExprType (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 419 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 1193 void VisitTypeOfExprType(const TypeOfExprType *T) { VisitTypeOfExprType() function in __anon5944dbcd0211::ODRTypeVisitor |
H A D | ASTImporter.cpp | 1414 ExpectedType ASTNodeImporter::VisitTypeOfExprType(const TypeOfExprType *T) { VisitTypeOfExprType() function in ASTNodeImporter |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 6948 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { VisitTypeOfExprType() function in UnnamedLocalNoLinkageFinder |