Lines Matching refs:getNonCompileUnitScope
132 static DIScope *getNonCompileUnitScope(DIScope *N) { in getNonCompileUnitScope() function
325 LineNo, getNonCompileUnitScope(Context), Ty, 0, in createTypedef()
355 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType()
370 LineNumber, getNonCompileUnitScope(Scope), Ty, in createVariantMemberType()
382 getNonCompileUnitScope(Scope), Ty, SizeInBits, /* AlignInBits */ 0, in createBitFieldMemberType()
395 LineNumber, getNonCompileUnitScope(Scope), Ty, 0, in createStaticMemberType()
406 LineNumber, getNonCompileUnitScope(File), Ty, in createObjCIVar()
469 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, in createClassType()
483 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, 0, in createStructType()
495 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createUnionType()
507 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createVariantPart()
525 getNonCompileUnitScope(Scope), UnderlyingType, SizeInBits, AlignInBits, 0, in createEnumerationType()
539 getNonCompileUnitScope(Scope), Ty, SizeInBits, in createSetType()
621 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createForwardDecl()
634 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createReplaceableCompositeType()
696 dyn_cast_or_null<DICompositeType>(getNonCompileUnitScope(Context))) in checkGlobalVariableScope()
743 DIScope *Context = getNonCompileUnitScope(Scope); in createLocalVariable()
781 DIScope *Context = getNonCompileUnitScope(Scope); in createLabel()
823 /*IsDistinct=*/IsDefinition, VMContext, getNonCompileUnitScope(Context), in createFunction()
841 return DISubprogram::getTemporary(VMContext, getNonCompileUnitScope(Context), in createTempFunctionFwdDecl()
855 assert(getNonCompileUnitScope(Context) && in createMethod()
887 return DINamespace::get(VMContext, getNonCompileUnitScope(Scope), Name, in createNameSpace()
895 return DIModule::get(VMContext, File, getNonCompileUnitScope(Scope), Name, in createModule()
910 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()