Home
last modified time | relevance | path

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

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