Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp3581 AddedPropertiesSet &AddedProperties, in AddObjCProperties() argument
3590 if (AddedProperties.insert(P->getIdentifier()).second) in AddObjCProperties()
3601 if (AddedProperties.insert(Name).second) { in AddObjCProperties()
3621 CurContext, AddedProperties, Results); in AddObjCProperties()
3627 CurContext, AddedProperties, Results); in AddObjCProperties()
3633 CurContext, AddedProperties, Results); in AddObjCProperties()
3639 AddedProperties, Results); in AddObjCProperties()
3645 CurContext, AddedProperties, Results); in AddObjCProperties()
3725 AddedPropertiesSet AddedProperties; in CodeCompleteMemberReferenceExpr() local
3733 AddedProperties, Results); in CodeCompleteMemberReferenceExpr()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp4543 AddedPropertiesSet &AddedProperties, ResultBuilder &Results, in AddObjCProperties() argument
4553 if (!AddedProperties.insert(P->getIdentifier()).second) in AddObjCProperties()
4646 if (!AddedProperties.insert(Name).second) in AddObjCProperties()
4682 CurContext, AddedProperties, Results, in AddObjCProperties()
4691 CurContext, AddedProperties, Results, in AddObjCProperties()
4699 CurContext, AddedProperties, Results, in AddObjCProperties()
4706 AllowNullaryMethods, CurContext, AddedProperties, in AddObjCProperties()
4714 CurContext, AddedProperties, Results, in AddObjCProperties()
5226 AddedPropertiesSet AddedProperties; in CodeCompleteMemberReferenceExpr() local
5234 AddedProperties, Results, IsBaseExprStatement); in CodeCompleteMemberReferenceExpr()
[all …]