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

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 348 PoisonIdentifierRAIIObject Ident___exception_info;
359 Ident___exception_info(Self.Ident___exception_info, NewValue) {
Parser.cpp 499 Ident___exception_info = Ident___abnormal_termination = nullptr;
505 Ident___exception_info = PP.getIdentifierInfo("__exception_info");
518 PP.SetPoisonReason(Ident___exception_info,diag::err_seh___except_filter);
    [all...]
ParseStmt.cpp 477 Ident___exception_info->setIsPoisoned(false);
490 Ident___exception_info->setIsPoisoned(true);
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 125 Ident___exception_info = getIdentifierInfo("__exception_info");
135 Ident__abnormal_termination = Ident___exception_info = nullptr;
578 assert(Ident___exception_code && Ident___exception_info);
583 Ident___exception_info->setIsPoisoned(Poison);
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 97 *Ident___exception_info,
    [all...]

Completed in 1241 milliseconds