Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h104 bool isDefinedInClangModule() const { return DefinedInClangModule; } in isDefinedInClangModule() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2518 static bool isDefinedInClangModule(const RecordDecl *RD) { in isDefinedInClangModule() function
2557 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in completeClassData()
2619 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in shouldOmitDefinition()