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

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 337 PoisonIdentifierRAIIObject Ident__abnormal_termination;
348 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
Parser.cpp 460 Ident__abnormal_termination = Ident___exception_code = nullptr;
472 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination");
482 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block);
    [all...]
ParseStmt.cpp 511 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false),
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 129 Ident__abnormal_termination = getIdentifierInfo("_abnormal_termination");
134 Ident__abnormal_termination = Ident___exception_info = nullptr;
571 Ident__abnormal_termination->setIsPoisoned(Poison);
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 98 IdentifierInfo *Ident__abnormal_termination,
    [all...]

Completed in 69 milliseconds