Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp222 CompileUnit &CU, DeclContext *CurrentDeclContext, in analyzeContextInfo() argument
250 if (CurrentDeclContext) { in analyzeContextInfo()
252 *CurrentDeclContext, DIE, CU, StringPool, InClangModule); in analyzeContextInfo()
253 CurrentDeclContext = PtrInvalidPair.getPointer(); in analyzeContextInfo()
259 Info.Ctxt = CurrentDeclContext = nullptr; in analyzeContextInfo()
265 Info.Prune &= analyzeContextInfo(Child, MyIdx, CU, CurrentDeclContext, in analyzeContextInfo()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1764 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()