Searched defs:Traverse (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/unittests/AST/ |
H A D | ASTTraverserTest.cpp | 159 TEST(Traverse, Dump) { in TEST() argument 281 TEST(Traverse, IgnoreUnlessSpelledInSourceVars) { in TEST() argument 641 TEST(Traverse, IgnoreUnlessSpelledInSourceStructs) { in TEST() argument 681 TEST(Traverse, IgnoreUnlessSpelledInSourceReturnStruct) { in TEST() argument 722 TEST(Traverse, IgnoreUnlessSpelledInSourceReturns) { in TEST() argument 951 TEST(Traverse, LambdaUnlessSpelledInSource) { in TEST() argument 1070 TEST(Traverse, IgnoreUnlessSpelledInSourceImplicit) { in TEST() argument 1589 TEST(Traverse, IgnoreUnlessSpelledInSourceTemplateInstantiations) { in TEST() argument 1875 TEST(Traverse, CXXRewrittenBinaryOperator) { in TEST() argument
|
/llvm-project/clang/unittests/libclang/ |
H A D | TestUtils.h | 91 void Traverse(const CXCursor &cursor, const F &TraversalFunctor) { in Traverse() function 98 template <typename F> void Traverse(const F &TraversalFunctor) { in Traverse() function
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | SelectElementsTest.cpp | 180 auto Traverse = [&](const auto *Set) { in resolvePatterns() local
|
H A D | WarningInternalTest.cpp | 310 auto Traverse = [&](const auto *Set) { in resolveElements() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVReader.cpp | 49 auto Traverse = [&](const auto *Set) { checkIntegrityScopesTree() local
|
H A D | LVScope.cpp | 680 auto Traverse = [&](auto &Set, LVSortFunction SortFunction) { in sort() local 728 auto Traverse = [&](const auto *Set) { in traverseParentsAndChildren() local 2023 auto Traverse = [&](const auto *Set) { in transformScopedName() local
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | traverse.h | 52 explicit Traverse(Visitor &v) : visitor_{v} {} in Traverse() function
|
/llvm-project/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 283 std::function<void(NodeId)> Traverse = [&](NodeId Id) { in getSubtreePostorder() local
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 13227 bool Traverse(const BinaryOperator *E) { Traverse() function in __anon006fc44d2b11::DataRecursiveIntBinOpEvaluator
|