Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2860 auto GetIsClassAndIdent = [](const ObjCPropertyDecl *PD) { in CreateTypeDefinition() local
2865 PropertySet.insert(GetIsClassAndIdent(PD)); in CreateTypeDefinition()
2871 if (!PropertySet.insert(GetIsClassAndIdent(PD)).second) in CreateTypeDefinition()