Searched defs:BranchFixups (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h349 SmallVector<BranchFixup, 8> BranchFixups; member in class:clang::CodeGen::EHScopeStack
513 BranchFixups.push_back(BranchFixup());
514 return BranchFixups.back();
517 unsigned getNumBranchFixups() const { return BranchFixups.size(); }
520 return BranchFixups[I];
530 void clearFixups() { BranchFixups.clear(); }

Completed in 50 milliseconds