HomeSort by: relevance | last modified time | path
    Searched refs:Ident__exception_info (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
RAIIObjectsForParser.h 365 PoisonIdentifierRAIIObject Ident__exception_info;
376 Ident__exception_info(Self.Ident__exception_info, NewValue),
Parser.h 106 IdentifierInfo *Ident__exception_info,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp 132 Ident__exception_info = getIdentifierInfo("_exception_info");
142 Ident__exception_info = Ident__exception_code = nullptr;
734 assert(Ident__exception_code && Ident__exception_info);
739 Ident__exception_info->setIsPoisoned(Poison);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 527 Ident__exception_code = Ident__exception_info = nullptr;
534 Ident__exception_info = PP.getIdentifierInfo("_exception_info");
547 PP.SetPoisonReason(Ident__exception_info,diag::err_seh___except_filter);
ParseStmt.cpp 543 Ident__exception_info->setIsPoisoned(false);
556 Ident__exception_info->setIsPoisoned(true);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1926 IdentifierInfo *Ident__exception_info,

Completed in 35 milliseconds