• Home
  • Raw
  • Download

Lines Matching refs:getNonCompileUnitScope

105 static DIScope *getNonCompileUnitScope(DIScope *N) {  in getNonCompileUnitScope()  function
241 LineNo, getNonCompileUnitScope(Context), Ty, 0, 0, in createTypedef()
267 LineNumber, getNonCompileUnitScope(Scope), Ty, in createMemberType()
284 getNonCompileUnitScope(Scope), Ty, SizeInBits, AlignInBits, OffsetInBits, in createBitFieldMemberType()
296 LineNumber, getNonCompileUnitScope(Scope), Ty, 0, 0, in createStaticMemberType()
307 LineNumber, getNonCompileUnitScope(File), Ty, in createObjCIVar()
369 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, in createClassType()
383 getNonCompileUnitScope(Context), DerivedFrom, SizeInBits, AlignInBits, 0, in createStructType()
395 getNonCompileUnitScope(Scope), nullptr, SizeInBits, AlignInBits, 0, Flags, in createUnionType()
420 getNonCompileUnitScope(Scope), UnderlyingType, SizeInBits, AlignInBits, 0, in createEnumerationType()
487 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createForwardDecl()
500 VMContext, Tag, Name, F, Line, getNonCompileUnitScope(Scope), nullptr, in createReplaceableCompositeType()
530 dyn_cast_or_null<DICompositeType>(getNonCompileUnitScope(Context))) in checkGlobalVariableScope()
572 DIScope *Context = getNonCompileUnitScope(Scope); in createLocalVariable()
635 getNonCompileUnitScope(Context), Name, LinkageName, File, LineNo, Ty, in createFunction()
652 VMContext, getNonCompileUnitScope(Context), Name, LinkageName, in createTempFunctionFwdDecl()
666 assert(getNonCompileUnitScope(Context) && in createMethod()
684 return DINamespace::get(VMContext, getNonCompileUnitScope(Scope), File, Name, in createNameSpace()
692 return DIModule::get(VMContext, getNonCompileUnitScope(Scope), Name, in createModule()
706 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope), in createLexicalBlock()