Lines Matching defs:Scope

391     DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
395 LineNumber, getNonCompileUnitScope(Scope), Ty,
407 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
412 getNonCompileUnitScope(Scope), Ty, SizeInBits, AlignInBits, OffsetInBits,
417 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
423 getNonCompileUnitScope(Scope), Ty, SizeInBits, /*AlignInBits=*/0,
431 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File,
437 getNonCompileUnitScope(Scope), Ty, 0, AlignInBits,
534 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
539 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags,
546 DIBuilder::createVariantPart(DIScope *Scope, StringRef Name, DIFile *File,
553 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags,
566 DIBuilder::createEnumerationType(DIScope *Scope, StringRef Name, DIFile *File,
573 getNonCompileUnitScope(Scope), UnderlyingType, SizeInBits, AlignInBits, 0,
581 DIDerivedType *DIBuilder::createSetType(DIScope *Scope, StringRef Name,
586 LineNo, getNonCompileUnitScope(Scope), Ty,
663 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope,
670 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr,
678 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line,
684 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr,
794 auto *Scope = cast<DILocalScope>(Context);
795 auto *Node = DILocalVariable::get(VMContext, Scope, Name, File, LineNo, Ty,
806 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name,
811 assert(Scope && isa<DILocalScope>(Scope) &&
814 VMContext, getSubprogramNodesTrackingVector(Scope), Scope, Name,
819 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File,
823 assert(Scope && isa<DILocalScope>(Scope) &&
826 VMContext, getSubprogramNodesTrackingVector(Scope), Scope, Name, ArgNo,
832 auto *Scope = cast<DILocalScope>(Context);
833 auto *Node = DILabel::get(VMContext, Scope, Name, File, LineNo);
839 getSubprogramNodesTrackingVector(Scope).emplace_back(Node);
913 DICommonBlock *DIBuilder::createCommonBlock(DIScope *Scope,
917 return DICommonBlock::get(VMContext, Scope, Decl, Name, File, LineNo);
920 DINamespace *DIBuilder::createNameSpace(DIScope *Scope, StringRef Name,
928 return DINamespace::get(VMContext, getNonCompileUnitScope(Scope), Name,
932 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name,
936 return DIModule::get(VMContext, File, getNonCompileUnitScope(Scope), Name,
941 DILexicalBlockFile *DIBuilder::createLexicalBlockFile(DIScope *Scope,
944 return DILexicalBlockFile::get(VMContext, Scope, File, Discriminator);
947 DILexicalBlock *DIBuilder::createLexicalBlock(DIScope *Scope, DIFile *File,
951 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope),