Searched refs:parent_context (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/base/trace_event/ |
D | blame_context.cc | 19 const BlameContext* parent_context) in BlameContext() argument 25 parent_scope_(parent_context ? parent_context->scope() : nullptr), in BlameContext() 26 parent_id_(parent_context ? parent_context->id() : 0), in BlameContext() 29 DCHECK(!parent_context || !std::strcmp(name_, parent_context->name())) in BlameContext()
|
D | blame_context.h | 71 const BlameContext* parent_context);
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_descriptions.cpp | 64 MemprofThreadContext *parent_context = in DescribeThread() local 66 DescribeThread(parent_context); in DescribeThread()
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.cc | 244 GenericDIEHandler(CUContext *cu_context, DIEContext *parent_context, in GenericDIEHandler() argument 247 parent_context_(parent_context), in GenericDIEHandler() 470 FuncHandler(CUContext *cu_context, DIEContext *parent_context, in FuncHandler() argument 472 : GenericDIEHandler(cu_context, parent_context, offset), in FuncHandler() 667 NamedScopeHandler(CUContext *cu_context, DIEContext *parent_context, in NamedScopeHandler() argument 669 : GenericDIEHandler(cu_context, parent_context, offset) { } in NamedScopeHandler()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_descriptions.cpp | 64 AsanThreadContext *parent_context = in DescribeThread() local 66 DescribeThread(parent_context); in DescribeThread()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTImporter.cpp | 764 const DeclContext *parent_context = decl->getDeclContext(); in BuildNamespaceMap() local 766 dyn_cast<NamespaceDecl>(parent_context); in BuildNamespaceMap()
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 620 AsanThreadContext *parent_context = in DescribeThread() local 622 DescribeThread(parent_context); in DescribeThread()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 1003 if (auto parent_context = GetDeclContextForSymbol(*parent)) in GetDeclContextContainingSymbol() local 1004 return parent_context; in GetDeclContextContainingSymbol()
|