Lines Matching refs:DIScope

198   auto *Scope = cast<llvm::DIScope>(LexicalBlockStack.back());  in setLocation()
215 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor()
216 llvm::DIScope *Mod = getParentModuleOrNull(D); in getDeclContextDescriptor()
221 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor()
222 llvm::DIScope *Default) { in getContextDescriptor()
229 return dyn_cast_or_null<llvm::DIScope>(V); in getContextDescriptor()
1163 llvm::DIScope *Ctx) { in getOrCreateRecordFwdDecl()
1606 llvm::DIScope *RecordTy, const RecordDecl *RD) { in createBitFieldType()
1693 llvm::DIScope *RecordTy = BitFieldDI->getScope(); in createBitFieldSeparatorIfNeeded()
1714 llvm::DIScope *scope, const RecordDecl *RD, llvm::DINodeArray Annotations) { in createFieldType()
2969 llvm::DIScope *Mod = getParentModuleOrNull(ID); in CreateType()
3093 llvm::DIScope *Mod = getParentModuleOrNull(ID); in CreateTypeDefinition()
3488 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
3531 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
3868 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
3990 llvm::DIScope *&FDContext, in collectFunctionDeclProps()
4021 llvm::DIScope *Mod = getParentModuleOrNull(RDecl); in collectFunctionDeclProps()
4038 llvm::DIScope *&VDContext) { in collectVarDeclProps()
4085 llvm::DIScope *Mod = getParentModuleOrNull(VD); in collectVarDeclProps()
4097 llvm::DIScope *DContext = Unit; in getFunctionFwdDeclOrStub()
4150 llvm::DIScope *DContext = Unit; in getGlobalVariableForwardDeclaration()
4380 llvm::DIScope *FDContext = Unit; in emitFunctionStart()
4491 llvm::DIScope *FDContext = in EmitFunctionDecl()
4611 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc), in CreateLexicalBlock()
4803 auto *Scope = cast<llvm::DIScope>(LexicalBlockStack.back()); in EmitDeclare()
4966 auto *Scope = cast<llvm::DIScope>(LexicalBlockStack.back()); in EmitDeclare()
5058 auto *Scope = cast<llvm::DIScope>(LexicalBlockStack.back()); in EmitLabel()
5361 StringRef LinkageName, llvm::GlobalVariable *Var, llvm::DIScope *DContext) { in CollectAnonRecordDecls()
5638 llvm::DIScope *DContext = nullptr; in EmitGlobalVariable()
5740 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable()
5772 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitExternalVariable()
5853 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitGlobalAlias()
5878 llvm::DIScope *CGDebugInfo::getCurrentContextDescriptor(const Decl *D) { in getCurrentContextDescriptor()
5881 llvm::DIScope *Mod = getParentModuleOrNull(D); in getCurrentContextDescriptor()
5993 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNamespace()