Searched defs:TraverseUnaryOperator (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/ | ||
D | CallbacksUnaryOperator.cpp | 17 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() function in TEST::RecordingVisitor |
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ | ||
D | LoopConvertUtils.cpp | 504 bool ForLoopIndexUseVisitor::TraverseUnaryOperator(UnaryOperator *Uop) { in TraverseUnaryOperator() function in clang::tidy::modernize::ForLoopIndexUseVisitor |