Lines Matching refs:getNonCompileUnitScope

143 static DIScope *getNonCompileUnitScope(DIScope *N) {  in getNonCompileUnitScope()  function
353 LineNo, getNonCompileUnitScope(Context), Ty, 0, in createTypedef()
382 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType()
398 LineNumber, getNonCompileUnitScope(Scope), Ty, in createVariantMemberType()
410 getNonCompileUnitScope(Scope), Ty, SizeInBits, /*AlignInBits=*/0, in createBitFieldMemberType()
424 LineNumber, getNonCompileUnitScope(Scope), Ty, 0, in createStaticMemberType()
435 LineNumber, getNonCompileUnitScope(File), Ty, in createObjCIVar()
498 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, in createClassType()
512 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, 0, in createStructType()
524 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createUnionType()
538 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createVariantPart()
556 getNonCompileUnitScope(Scope), UnderlyingType, SizeInBits, AlignInBits, 0, in createEnumerationType()
570 getNonCompileUnitScope(Scope), Ty, SizeInBits, in createSetType()
653 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createForwardDecl()
667 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createReplaceableCompositeType()
730 dyn_cast_or_null<DICompositeType>(getNonCompileUnitScope(Context))) in checkGlobalVariableScope()
779 DIScope *Context = getNonCompileUnitScope(Scope); in createLocalVariable()
817 DIScope *Context = getNonCompileUnitScope(Scope); in createLabel()
853 /*IsDistinct=*/IsDefinition, VMContext, getNonCompileUnitScope(Context), in createFunction()
872 return DISubprogram::getTemporary(VMContext, getNonCompileUnitScope(Context), in createTempFunctionFwdDecl()
886 assert(getNonCompileUnitScope(Context) && in createMethod()
918 return DINamespace::get(VMContext, getNonCompileUnitScope(Scope), Name, in createNameSpace()
926 return DIModule::get(VMContext, File, getNonCompileUnitScope(Scope), Name, in createModule()
941 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()