Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h104 bool isDefinedInClangModule() const { return DefinedInClangModule; } in isDefinedInClangModule() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2644 static bool isDefinedInClangModule(const RecordDecl *RD) { in shouldOmitDefinition()
2683 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in completeRequiredType()
2745 if (DebugTypeExtRefs && isDefinedInClangModule(RD->getDefinition())) in CreateTypeDefinition()
2518 static bool isDefinedInClangModule(const RecordDecl *RD) { isDefinedInClangModule() function