Searched refs:getCurrentContextDescriptor (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 402 llvm::DIScope *getCurrentContextDescriptor(const Decl *Decl);
|
D | CGDebugInfo.cpp | 3623 llvm::DIScope *CGDebugInfo::getCurrentContextDescriptor(const Decl *D) { in getCurrentContextDescriptor() function in CGDebugInfo 3637 getCurrentContextDescriptor(cast<Decl>(UD.getDeclContext())), in EmitUsingDirective() 3654 getCurrentContextDescriptor(cast<Decl>(USD.getDeclContext())), Target, in EmitUsingDecl() 3664 getCurrentContextDescriptor(cast<Decl>(ID.getDeclContext())), in EmitImportDecl() 3682 getCurrentContextDescriptor(cast<Decl>(NA.getDeclContext())), in EmitNamespaceAlias() 3687 getCurrentContextDescriptor(cast<Decl>(NA.getDeclContext())), in EmitNamespaceAlias()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 564 llvm::DIScope *getCurrentContextDescriptor(const Decl *Decl);
|
D | CGDebugInfo.cpp | 4812 llvm::DIScope *CGDebugInfo::getCurrentContextDescriptor(const Decl *D) { in getCurrentContextDescriptor() function in CGDebugInfo 4827 getCurrentContextDescriptor(cast<Decl>(UD.getDeclContext())), in EmitUsingDirective() 4854 getCurrentContextDescriptor(cast<Decl>(USD.getDeclContext())), Target, in EmitUsingDecl() 4866 getCurrentContextDescriptor(cast<Decl>(ID.getDeclContext())), in EmitImportDecl() 4885 getCurrentContextDescriptor(cast<Decl>(NA.getDeclContext())), in EmitNamespaceAlias() 4890 getCurrentContextDescriptor(cast<Decl>(NA.getDeclContext())), in EmitNamespaceAlias()
|