Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h97 bool isDefinedInClangModule() const { return DefinedInClangModule; } in isDefinedInClangModule() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2288 static bool isDefinedInClangModule(const RecordDecl *RD) { in isDefinedInClangModule() function
2327 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in completeClassData()
2376 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp648 Info.Ctxt->isDefinedInClangModule(); in lookForRefDIEsToKeep()