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

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 338 PoisonIdentifierRAIIObject Ident__exception_code;
349 Ident__exception_code(Self.Ident__exception_code, NewValue),
Parser.cpp 459 Ident__exception_code = Ident__exception_info = nullptr;
469 Ident__exception_code = PP.getIdentifierInfo("_exception_code");
476 PP.SetPoisonReason(Ident__exception_code,diag::err_seh___except_block);
    [all...]
ParseStmt.cpp 462 PoisonIdentifierRAIIObject raii(Ident__exception_code, false),
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 124 Ident__exception_code = getIdentifierInfo("_exception_code");
131 Ident__exception_info = Ident__exception_code = nullptr;
540 assert(Ident__exception_code && Ident__exception_info);
542 Ident__exception_code->setIsPoisoned(Poison);
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 90 IdentifierInfo *Ident__exception_code,
    [all...]

Completed in 136 milliseconds