Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2752 auto GetIsClassAndIdent = [](const ObjCPropertyDecl *PD) { in CreateTypeDefinition() local
2757 PropertySet.insert(GetIsClassAndIdent(PD)); in CreateTypeDefinition()
2763 if (!PropertySet.insert(GetIsClassAndIdent(PD)).second) in CreateTypeDefinition()