Home
last modified time | relevance | path

Searched refs:InClangModule (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp45 CompileUnit &U, bool InClangModule) { in getChildDeclContext() argument
106 if (!InClangModule) { in getChildDeclContext()
H A DDWARFLinker.cpp363 bool InClangModule = CU.isClangModule() || Current.InImportedModule; in analyzeContextInfo() local
364 if (CU.hasODR() || InClangModule) { in analyzeContextInfo()
367 *Current.Context, Current.Die, CU, InClangModule); in analyzeContextInfo()
372 Info.Ctxt->setDefinedInClangModule(InClangModule); in analyzeContextInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h137 bool InClangModule);