Searched refs:CurrentDeclContext (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1764 DeclContext *CurrentDeclContext, in analyzeContextInfo() argument 1792 if (CurrentDeclContext) { in analyzeContextInfo() 1794 *CurrentDeclContext, DIE, CU, StringPool, InClangModule); in analyzeContextInfo() 1795 CurrentDeclContext = PtrInvalidPair.getPointer(); in analyzeContextInfo() 1799 Info.Ctxt = CurrentDeclContext = nullptr; in analyzeContextInfo() 1806 Info.Prune &= analyzeContextInfo(Child, MyIdx, CU, CurrentDeclContext, in analyzeContextInfo()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 316 DeclContext *CurrentDeclContext, UniquingStringPool &StringPool, in analyzeContextInfo() argument 323 Worklist.emplace_back(DIE, CurrentDeclContext, ParentIdx, InImportedModule); in analyzeContextInfo()
|