Lines Matching defs:IdLoc
3815 IdentifierLoc *IdLoc = AL.getArgAsIdent(I);
3816 auto It = NameIdxMapping.find(IdLoc->Ident->getName());
3819 << IdLoc->Ident << IdLoc->Loc;
3823 SR = SourceRange(IdLoc->Loc);
3945 IdentifierLoc *IdLoc = AL.getArgAsIdent(I);
3946 if (IdLoc->Ident->getName() == ParamName) {
3947 Diag(IdLoc->Loc, diag::err_capture_by_references_itself) << IdLoc->Loc;
3951 ParamIdents[I] = IdLoc->Ident;
3952 ParamLocs[I] = IdLoc->Loc;