Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2733 auto GetIsClassAndIdent = [](const ObjCPropertyDecl *PD) { in CreateTypeDefinition() local
2738 PropertySet.insert(GetIsClassAndIdent(PD)); in CreateTypeDefinition()
2744 if (!PropertySet.insert(GetIsClassAndIdent(PD)).second) in CreateTypeDefinition()