Home | History | Annotate | Download | only in Parse

Lines Matching refs:getIdentifierInfo

29     Ident__except = PP.getIdentifierInfo("__except");
453 Ident__exception_info = PP.getIdentifierInfo("_exception_info");
454 Ident___exception_info = PP.getIdentifierInfo("__exception_info");
455 Ident_GetExceptionInfo = PP.getIdentifierInfo("GetExceptionInformation");
456 Ident__exception_code = PP.getIdentifierInfo("_exception_code");
457 Ident___exception_code = PP.getIdentifierInfo("__exception_code");
458 Ident_GetExceptionCode = PP.getIdentifierInfo("GetExceptionCode");
459 Ident__abnormal_termination = PP.getIdentifierInfo("_abnormal_termination");
460 Ident___abnormal_termination = PP.getIdentifierInfo("__abnormal_termination");
461 Ident_AbnormalTermination = PP.getIdentifierInfo("AbnormalTermination");
1281 *Tok.getIdentifierInfo(),
1328 if (ParsedType Ty = Actions.getTypeName(*Tok.getIdentifierInfo(),
1364 TemplateName.setIdentifier(Tok.getIdentifierInfo(), Tok.getLocation());
1662 Path.push_back(std::make_pair(Tok.getIdentifierInfo(), Tok.getLocation()));