Searched defs:VisitTypeOfExprType (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 382 void VisitTypeOfExprType(const TypeOfExprType *T) { VisitTypeOfExprType() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 1176 void VisitTypeOfExprType(const TypeOfExprType *T) { VisitTypeOfExprType() function in __anon4baa67ec0211::ODRTypeVisitor |
H A D | ASTImporter.cpp | 1388 ExpectedType ASTNodeImporter::VisitTypeOfExprType(const TypeOfExprType *T) { VisitTypeOfExprType() function in ASTNodeImporter |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 6464 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { VisitTypeOfExprType() function in UnnamedLocalNoLinkageFinder |