Searched refs:Leafs (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/unittests/Tooling/Syntax/ |
D | TreeTest.cpp | 111 std::vector<const Node *> Leafs = {createLeaf(*Arena, tok::l_paren), in TEST_P() local 113 for (const auto *Tree : generateAllTreesWithShape(Leafs, {3u})) { in TEST_P() 121 std::vector<const Node *> Leafs = {createLeaf(*Arena, tok::l_paren), in TEST_P() local 123 for (const auto *Tree : generateAllTreesWithShape(Leafs, {3u})) { in TEST_P()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 796 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugT(ArrayRef<LeafRecord> Leafs, in toDebugT() argument 801 for (const auto &Leaf : Leafs) { in toDebugT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 796 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugT(ArrayRef<LeafRecord> Leafs, in toDebugT() argument 801 for (const auto &Leaf : Leafs) { in toDebugT()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2192 auto Leafs = PP.getLeafModuleMacros(Name); in WritePreprocessor() local 2193 SmallVector<ModuleMacro*, 8> Worklist(Leafs.begin(), Leafs.end()); in WritePreprocessor()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2231 auto Leafs = PP.getLeafModuleMacros(Name); in WritePreprocessor() local 2232 SmallVector<ModuleMacro*, 8> Worklist(Leafs.begin(), Leafs.end()); in WritePreprocessor()
|