Lines Matching refs:getNonCompileUnitScope

132 static DIScope *getNonCompileUnitScope(DIScope *N) {  in getNonCompileUnitScope()  function
311 LineNo, getNonCompileUnitScope(Context), Ty, 0, 0, in createTypedef()
341 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType()
356 LineNumber, getNonCompileUnitScope(Scope), Ty, in createVariantMemberType()
368 getNonCompileUnitScope(Scope), Ty, SizeInBits, /* AlignInBits */ 0, in createBitFieldMemberType()
381 LineNumber, getNonCompileUnitScope(Scope), Ty, 0, in createStaticMemberType()
392 LineNumber, getNonCompileUnitScope(File), Ty, in createObjCIVar()
454 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, in createClassType()
468 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, 0, in createStructType()
480 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createUnionType()
492 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createVariantPart()
510 getNonCompileUnitScope(Scope), UnderlyingType, SizeInBits, AlignInBits, 0, in createEnumerationType()
582 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createForwardDecl()
595 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createReplaceableCompositeType()
634 dyn_cast_or_null<DICompositeType>(getNonCompileUnitScope(Context))) in checkGlobalVariableScope()
680 DIScope *Context = getNonCompileUnitScope(Scope); in createLocalVariable()
718 DIScope *Context = getNonCompileUnitScope(Scope); in createLabel()
760 /*IsDistinct=*/IsDefinition, VMContext, getNonCompileUnitScope(Context), in createFunction()
778 return DISubprogram::getTemporary(VMContext, getNonCompileUnitScope(Context), in createTempFunctionFwdDecl()
792 assert(getNonCompileUnitScope(Context) && in createMethod()
817 return DINamespace::get(VMContext, getNonCompileUnitScope(Scope), Name, in createNameSpace()
825 return DIModule::get(VMContext, getNonCompileUnitScope(Scope), Name, in createModule()
839 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()