Searched refs:CategoryName (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp46 StringRef CategoryName, const Selector MethodName,
52 CategoryName + "_" + MethodNameColonStripped).str();
456 StringRef CategoryName,
2771 StringRef CategoryName,
2814 TheModule.getFunction(SymbolNameForMethod(ClassName, CategoryName,
3149 const std::string CategoryName = "AnotherHack"; local
3150 Elements.add(MakeConstantString(CategoryName));
3154 ClassName, CategoryName, {}, false), PtrTy);
3157 ClassName, CategoryName, {}, true), PtrTy);
3235 std::string CategoryName local
45 SymbolNameForMethod( StringRef ClassName, StringRef CategoryName, const Selector MethodName, bool isClassMethod) argument
2770 GenerateMethodList(StringRef ClassName, StringRef CategoryName, ArrayRef<const ObjCMethodDecl*> Methods, bool isClassMethodList) argument
3861 StringRef CategoryName = OCD ? OCD->getName() : ""; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1800 IdentifierInfo *CategoryName, SourceLocation CategoryLoc,
1812 CategoryName == nullptr)) {
1817 ClassLoc, CategoryLoc, CategoryName,
1827 if (!CategoryName && IDecl->getImplementation()) {
1833 if (CategoryName) {
1836 = IDecl->FindCategoryDeclaration(CategoryName)) {
1839 << ClassName << CategoryName; local
1848 CategoryName
1855 << (CategoryName != nullptr)
1864 ClassLoc, CategoryLoc, CategoryName, IDec
1797 ActOnStartCategoryInterface( SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8961 IdentifierInfo *CategoryName, SourceLocation CategoryLoc,

Completed in 150 milliseconds