Lines Matching refs:getNonCompileUnitScope

129 static DIScope *getNonCompileUnitScope(DIScope *N) {  in getNonCompileUnitScope()  function
340 LineNo, getNonCompileUnitScope(Context), Ty, 0, in createTypedef()
369 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType()
385 LineNumber, getNonCompileUnitScope(Scope), Ty, in createVariantMemberType()
397 getNonCompileUnitScope(Scope), Ty, SizeInBits, /*AlignInBits=*/0, in createBitFieldMemberType()
411 getNonCompileUnitScope(Scope), Ty, 0, AlignInBits, in createStaticMemberType()
421 LineNumber, getNonCompileUnitScope(File), Ty, in createObjCIVar()
486 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, in createClassType()
500 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, 0, in createStructType()
512 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createUnionType()
526 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createVariantPart()
546 getNonCompileUnitScope(Scope), UnderlyingType, SizeInBits, AlignInBits, 0, in createEnumerationType()
560 getNonCompileUnitScope(Scope), Ty, SizeInBits, in createSetType()
643 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createForwardDecl()
657 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createReplaceableCompositeType()
720 dyn_cast_or_null<DICompositeType>(getNonCompileUnitScope(Context))) in checkGlobalVariableScope()
837 /*IsDistinct=*/IsDefinition, VMContext, getNonCompileUnitScope(Context), in createFunction()
855 return DISubprogram::getTemporary(VMContext, getNonCompileUnitScope(Context), in createTempFunctionFwdDecl()
869 assert(getNonCompileUnitScope(Context) && in createMethod()
901 return DINamespace::get(VMContext, getNonCompileUnitScope(Scope), Name, in createNameSpace()
909 return DIModule::get(VMContext, File, getNonCompileUnitScope(Scope), Name, in createModule()
924 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()