HomeSort by relevance Sort by last modified time
    Searched refs:Handlers (Results 1 - 9 of 9) 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 187 SmallVector<CatchHandler, 8> Handlers;
195 Handlers.push_back(CatchHandler());
196 CatchHandler &Handler = Handlers.back();
211 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size());
212 for (unsigned I = 0, E = Handlers.size(); I != E; ++I)
213 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block);
226 // Emit the handlers.
227 for (unsigned I = 0, E = Handlers.size(); I != E; ++I) {
228 CatchHandler &Handler = Handlers[I]
    [all...]
CGException.cpp 216 // handlers. Unlike the C++ case, we use the same personality
786 // Accumulate all the handlers in scope.
849 // If we have an EH filter, we need to add those handlers in the
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 48 I = Handlers.begin(), E = Handlers.end(); I != E; ++I)
58 if (PragmaHandler *Handler = Handlers.lookup(Name))
60 return IgnoreNull ? 0 : Handlers.lookup(StringRef());
64 assert(!Handlers.lookup(Handler->getName()) &&
67 Handlers.GetOrCreateValue(Handler->getName());
72 assert(Handlers.lookup(Handler->getName()) &&
74 Handlers.erase(Handler->getName());
103 /// rest of the pragma, passing it to the registered pragma handlers.
110 // Invoke the first level of pragma handlers which reads the namespace id
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 257 'ActiveSupport::Multibyte::Handlers::UTF8Handler',
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 264 milliseconds