Home | History | Annotate | Download | only in Parse

Lines Matching refs:IdLoc

489       SourceLocation IdLoc = ConsumeToken();
499 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
511 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
2404 SourceLocation IdLoc = ConsumeToken();
2409 Result.setIdentifier(Id, IdLoc);
2416 ParsedType Ty = Actions.getTypeName(*Id, IdLoc, getCurScope(),
2421 Result.setConstructorName(Ty, IdLoc, IdLoc);
2424 Result.setIdentifier(Id, IdLoc);
2429 return ParseUnqualifiedIdTemplateId(SS, TemplateKWLoc, Id, IdLoc,