Lines Matching refs:getNonCompileUnitScope
119 static MDScope *getNonCompileUnitScope(MDScope *N) { in getNonCompileUnitScope() function
262 MDScopeRef::get(getNonCompileUnitScope(Context)), in createTypedef()
291 MDScopeRef::get(getNonCompileUnitScope(Scope)), MDTypeRef::get(Ty), in createMemberType()
309 MDScopeRef::get(getNonCompileUnitScope(Scope)), MDTypeRef::get(Ty), 0, 0, in createStaticMemberType()
321 MDScopeRef::get(getNonCompileUnitScope(File)), MDTypeRef::get(Ty), in createObjCIVar()
383 MDScopeRef::get(getNonCompileUnitScope(Context)), in createClassType()
400 MDScopeRef::get(getNonCompileUnitScope(Context)), in createStructType()
418 MDScopeRef::get(getNonCompileUnitScope(Scope)), nullptr, SizeInBits, in createUnionType()
439 MDScopeRef::get(getNonCompileUnitScope(Scope)), in createEnumerationType()
507 MDScopeRef::get(getNonCompileUnitScope(Scope)), nullptr, SizeInBits, in createForwardDecl()
522 MDScopeRef::get(getNonCompileUnitScope(Scope)), nullptr, in createReplaceableCompositeType()
553 dyn_cast_or_null<MDCompositeType>(getNonCompileUnitScope(Context))) in checkGlobalVariableScope()
593 MDScope* Context = getNonCompileUnitScope(Scope); in createLocalVariable()
650 VMContext, MDScopeRef::get(getNonCompileUnitScope(Context)), Name, in createFunction()
671 VMContext, MDScopeRef::get(getNonCompileUnitScope(Context)), Name, in createTempFunctionFwdDecl()
686 assert(getNonCompileUnitScope(Context) && in createMethod()
704 return MDNamespace::get(VMContext, getNonCompileUnitScope(Scope), File, Name, in createNameSpace()
718 return MDLexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()