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 511 Ident__exception_code = Ident__exception_info = Ident__abnormal_termination = 0;
522 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination");
532 PP.SetPoisonReason(Ident__abnormal_termination,diag::err_seh___finally_block);
    [all...]
ParseStmt.cpp 453 PoisonIdentifierRAIIObject raii(Ident__abnormal_termination, false),
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 125 Ident__abnormal_termination = getIdentifierInfo("_abnormal_termination");
129 Ident__exception_info = Ident__exception_code = Ident__abnormal_termination = 0;
593 Ident__abnormal_termination->setIsPoisoned(Poison);
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 99 IdentifierInfo *Ident__abnormal_termination,
    [all...]

Completed in 29 milliseconds