OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ident__exception_code
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Parse/
RAIIObjectsForParser.h
121
PoisonIdentifierRAIIObject
Ident__exception_code
;
132
Ident__exception_code
(Self.
Ident__exception_code
, NewValue),
Parser.cpp
434
Ident__exception_code
= Ident__exception_info = Ident__abnormal_termination = 0;
442
Ident__exception_code
= PP.getIdentifierInfo("_exception_code");
449
PP.SetPoisonReason(
Ident__exception_code
,diag::err_seh___except_block);
[
all
...]
ParseStmt.cpp
383
PoisonIdentifierRAIIObject raii(
Ident__exception_code
, false),
[
all
...]
/external/clang/lib/Lex/
Preprocessor.cpp
164
Ident__exception_code
= getIdentifierInfo("_exception_code");
171
Ident__exception_info =
Ident__exception_code
= Ident__abnormal_termination = 0;
457
assert(
Ident__exception_code
&& Ident__exception_info);
459
Ident__exception_code
->setIsPoisoned(Poison);
/external/clang/include/clang/Lex/
Preprocessor.h
[
all
...]
/external/clang/include/clang/Parse/
Parser.h
111
IdentifierInfo *
Ident__exception_code
, *Ident___exception_code, *Ident_GetExceptionCode; // __except block
[
all
...]
Completed in 22 milliseconds