Lines Matching defs:InlinedAt
179 DILocation *InlinedAt = DeclareLoc.getInlinedAt();
184 return DILocation::get(DII->getContext(), 0, 0, Scope, InlinedAt);
191 DILocation *InlinedAt = DeclareLoc.getInlinedAt();
196 return DILocation::get(DVR->getContext(), 0, 0, Scope, InlinedAt);
751 auto *InlinedAt = map(MLD->getInlinedAt());
754 MLD->getColumn(), Scope, InlinedAt);
756 Scope, InlinedAt);
897 MDNode *InlinedAt = DL.getInlinedAt();
899 InlinedAt = remap(InlinedAt);
901 Scope, InlinedAt);
1222 LLVMMetadataRef InlinedAt) {
1224 unwrap(InlinedAt)));