Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1111 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
2189 getDeclContextDescriptor(Ty->getDecl())); in CreateType()
2654 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
2701 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
2988 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
3303 auto *S = getDeclContextDescriptor(D); in getFunctionDeclaration()
3521 llvm::DIScope *FDContext = getDeclContextDescriptor(D); in EmitFunctionDecl()
4008 getDeclContextDescriptor(blockDecl); in EmitDeclareOfBlockLiteralArgVariable()
4241 getDeclContextDescriptor(VarD); in EmitGlobalVariable()
4251 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable()
[all …]
H A DCGDebugInfo.h517 llvm::DIScope *getDeclContextDescriptor(const Decl *D);