Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h138 UniquePtrVector<LayoutItemBase> ChildStorage; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp302 ChildStorage.push_back(std::move(Child)); in addChildToLayout()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h254 Stmt **ChildStorage = reinterpret_cast<Stmt **>(getClauses().end()); in children() local
257 return child_range(ChildStorage, ChildStorage + 1); in children()