Home
last modified time | relevance | path

Searched refs:ChildStorage (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h138 UniquePtrVector<LayoutItemBase> ChildStorage; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp302 ChildStorage.push_back(std::move(Child)); in addChildToLayout()
/external/clang/include/clang/AST/
DStmtOpenMP.h211 Stmt **ChildStorage = reinterpret_cast<Stmt **>(getClauses().end()); in children() local
212 return child_range(ChildStorage, ChildStorage + NumChildren); in children()