Home | History | Annotate | Download | only in Parse

Lines Matching refs:IdLoc

456       SourceLocation IdLoc = ConsumeToken();
466 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
478 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
2330 SourceLocation IdLoc = ConsumeToken();
2335 Result.setIdentifier(Id, IdLoc);
2342 ParsedType Ty = Actions.getTypeName(*Id, IdLoc, getCurScope(),
2347 Result.setConstructorName(Ty, IdLoc, IdLoc);
2350 Result.setIdentifier(Id, IdLoc);
2355 return ParseUnqualifiedIdTemplateId(SS, TemplateKWLoc, Id, IdLoc,