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 176 unsigned getNumHandlers() const {
185 assert(I < getNumHandlers());
191 assert(I < getNumHandlers());
197 iterator end() const { return getHandlers() + getNumHandlers(); }
460 static_cast<const EHCatchScope*>(get())->getNumHandlers());
513 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers());
CGException.cpp 582 unsigned NumHandlers = S.getNumHandlers();
628 if (catchScope.getNumHandlers() == 1 &&
826 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 531 for (unsigned i = 0, e = Node->getNumHandlers(); i < e; ++i) {
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 346 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 94 milliseconds