Home
last modified time | relevance | path

Searched refs:shouldTraversePostOrder (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DInitListExprPostOrder.cpp18 bool shouldTraversePostOrder() const { return true; } in shouldTraversePostOrder() function in __anon9629e6340111::InitListExprPostOrderVisitor
H A DInitListExprPostOrderNoQueue.cpp18 bool shouldTraversePostOrder() const { return true; } in shouldTraversePostOrder() function in __anone5db74b60111::InitListExprPostOrderNoQueueVisitor
H A DCallbacksCommon.h31 bool shouldTraversePostOrder() const { in shouldTraversePostOrder() function
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestPostOrderVisitor.cpp31 bool shouldTraversePostOrder() const { return VisitPostOrder; } in shouldTraversePostOrder() function in __anon9bf6f7530111::RecordingVisitor
/llvm-project-15.0.7/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h147 assert(!BaseType::getDerived().shouldTraversePostOrder() && in TraverseAdditionalLexicallyNestedDeclarations()
H A DRecursiveASTVisitor.h194 bool shouldTraversePostOrder() const { return false; }
691 if (getDerived().shouldTraversePostOrder()) {
977 if (!getDerived().shouldTraversePostOrder()) \
980 if (getDerived().shouldTraversePostOrder()) \
1189 if (!getDerived().shouldTraversePostOrder()) { \
1195 if (getDerived().shouldTraversePostOrder()) { \
1518 if (!getDerived().shouldTraversePostOrder()) \
1528 if (ReturnValue && getDerived().shouldTraversePostOrder()) \
2330 if (!getDerived().shouldTraversePostOrder()) \
2508 if (!getDerived().shouldTraversePostOrder())
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnusedParametersCheck.cpp91 bool shouldTraversePostOrder() const { return true; } in shouldTraversePostOrder() function in clang::tidy::misc::UnusedParametersCheck::IndexerVisitor
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp709 bool shouldTraversePostOrder() const { return true; } in shouldTraversePostOrder() function in __anon43068c8b0511::BuildTreeVisitor