Home
last modified time | relevance | path

Searched refs:getDeclContextDescriptor (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2509 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
3056 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
3099 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
3400 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
3727 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
3982 IsDeclForCallSite ? Unit : getDeclContextDescriptor(D); in EmitFunctionDecl()
4589 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()
4866 getDeclContextDescriptor(VarD); in EmitGlobalVariable()
4876 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable()
4917 llvm::DIScope *DContext = getDeclContextDescriptor(D); in EmitExternalVariable()
[all …]
H A DCGDebugInfo.h581 llvm::DIScope *getDeclContextDescriptor(const Decl *D);