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

  /external/clang/lib/CodeGen/
CGCleanup.h 178 unsigned getNumHandlers() const {
187 assert(I < getNumHandlers());
193 assert(I < getNumHandlers());
199 iterator end() const { return getHandlers() + getNumHandlers(); }
462 static_cast<const EHCatchScope*>(get())->getNumHandlers());
515 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers());
CGException.cpp 586 unsigned NumHandlers = S.getNumHandlers();
632 if (catchScope.getNumHandlers() == 1 &&
835 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) {
    [all...]
  /external/clang/include/clang/AST/
StmtCXX.h 103 unsigned getNumHandlers() const { return NumHandlers; }
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
  /external/clang/lib/AST/
StmtPrinter.cpp 535 for (unsigned i = 0, e = Node->getNumHandlers(); i < e; ++i) {
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 351 for (unsigned I = 0, E = TS->getNumHandlers(); I != E; ++I) {
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
ASTReaderStmt.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 281 milliseconds