HomeSort by relevance Sort by last modified time
    Searched refs:ChildStorage (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h 138 UniquePtrVector<LayoutItemBase> ChildStorage;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
UDTLayout.cpp 302 ChildStorage.push_back(std::move(Child));
  /external/clang/include/clang/AST/
StmtOpenMP.h 211 Stmt **ChildStorage = reinterpret_cast<Stmt **>(getClauses().end());
212 return child_range(ChildStorage, ChildStorage + NumChildren);
    [all...]

Completed in 582 milliseconds