Lines Matching defs:Scope
391 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createMemberType()
407 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType()
417 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType()
431 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType()
534 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType()
546 DIBuilder::createVariantPart(DIScope *Scope, StringRef Name, DIFile *File, in createVariantPart()
566 DIBuilder::createEnumerationType(DIScope *Scope, StringRef Name, DIFile *File, in createEnumerationType()
581 DIDerivedType *DIBuilder::createSetType(DIScope *Scope, StringRef Name, in createSetType()
663 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl()
678 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, in createReplaceableCompositeType()
794 auto *Scope = cast<DILocalScope>(Context); in createLocalVariable() local
806 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable()
819 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createParameterVariable()
832 auto *Scope = cast<DILocalScope>(Context); in createLabel() local
913 DICommonBlock *DIBuilder::createCommonBlock(DIScope *Scope, in createCommonBlock()
920 DINamespace *DIBuilder::createNameSpace(DIScope *Scope, StringRef Name, in createNameSpace()
932 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule()
941 DILexicalBlockFile *DIBuilder::createLexicalBlockFile(DIScope *Scope, in createLexicalBlockFile()
947 DILexicalBlock *DIBuilder::createLexicalBlock(DIScope *Scope, DIFile *File, in createLexicalBlock()