HomeSort by relevance Sort by last modified time
    Searched defs:Handlers (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Lex/
Pragma.h 90 /// Handlers - This is a map of the handlers in this namespace with their name
93 llvm::StringMap<PragmaHandler*> Handlers;
114 return Handlers.empty();
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 179 SmallVector<CatchHandler, 8> Handlers;
187 Handlers.push_back(CatchHandler());
188 CatchHandler &Handler = Handlers.back();
203 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size());
204 for (unsigned I = 0, E = Handlers.size(); I != E; ++I)
205 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block);
218 // Emit the handlers.
219 for (unsigned I = 0, E = Handlers.size(); I != E; ++I) {
220 CatchHandler &Handler = Handlers[I]
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 42 milliseconds