Searched refs:AddObjCProperties (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3576 static void AddObjCProperties(const CodeCompletionContext &CCContext, in AddObjCProperties() function 3620 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3626 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3632 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3637 AddObjCProperties(CCContext, IFace->getSuperClass(), AllowCategories, in AddObjCProperties() 3644 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3731 AddObjCProperties(CCContext, ObjCPtr->getInterfaceDecl(), true, in CodeCompleteMemberReferenceExpr() 3737 AddObjCProperties(CCContext, I, true, /*AllowNullaryMethods=*/true, in CodeCompleteMemberReferenceExpr() 6182 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false, in CodeCompleteObjCPropertyDefinition() 6186 AddObjCProperties(CCContext, in CodeCompleteObjCPropertyDefinition()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 4540 AddObjCProperties(const CodeCompletionContext &CCContext, in AddObjCProperties() function 4681 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 4690 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 4698 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 4705 AddObjCProperties(CCContext, IFace->getSuperClass(), AllowCategories, in AddObjCProperties() 4713 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 5232 AddObjCProperties(CCContext, ObjCPtr->getInterfaceDecl(), true, in CodeCompleteMemberReferenceExpr() 5239 AddObjCProperties(CCContext, I, true, /*AllowNullaryMethods=*/true, in CodeCompleteMemberReferenceExpr() 5308 AddObjCProperties(CCContext, IFace, true, in CodeCompleteObjCClassPropertyRefExpr() 7902 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false, in CodeCompleteObjCPropertyDefinition() [all …]
|