Searched refs:InsertResult (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp55 struct InsertResult { struct in class:__anon3197::DeltaTreeNode
106 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes);
108 void DoSplit(InsertResult &InsertRes);
132 DeltaTreeInteriorNode(const InsertResult &IR)
180 InsertResult *InsertRes) {
293 void DeltaTreeNode::DoSplit(InsertResult &InsertRes) {
455 DeltaTreeNode::InsertResult InsertRes;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp653 bool InsertResult = RecordsBeingLaidOut.insert(Key); (void)InsertResult; local
654 assert(InsertResult && "Recursively compiling a struct?");

Completed in 287 milliseconds