| /llvm-project/clang/test/SemaObjC/ |
| H A D | ivar-lookup-resolution-builtin.m | 8 + (int) ClassMethod; class 16 + (int) ClassMethod 25 + (int) ClassMethod; class 35 + (int) ClassMethod
|
| /llvm-project/clang/test/ExtractAPI/ |
| H A D | objc_external_category.m | 17 + (void)ClassMethod; class in Category 39 // MOD-NOT: "!testRelLabel": "memberOf $ c:objc(cs)ExtInterface(cm)ClassMethod $ c:objc(cs)ExtInterface" 42 // MOD-NOT: "c:objc(cs)ExtInterface(cm)ClassMethod" 52 // EXT-DAG: "!testRelLabel": "memberOf $ c:objc(cs)ExtInterface(cm)ClassMethod $ c:objc(cs)ExtInterface" 55 // EXT-DAG: "!testLabel": "c:objc(cs)ExtInterface(cm)ClassMethod"
|
| H A D | objc_category.m | 17 + (void)ClassMethod; class in Category 18 // CHECK-DAG: "!testRelLabel": "memberOf $ c:objc(cs)Interface(cm)ClassMethod $ c:objc(cs)Interface"
|
| /llvm-project/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 45 ClassMethod, enumerator
|
| /llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 220 Info.Kind = MD->isInstanceMethod() ? SymbolKind::InstanceMethod : SymbolKind::ClassMethod; in getSymbolInfo() 527 case SymbolKind::ClassMethod: return "class-method"; in getSymbolKindString()
|
| /llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4222 ObjCInterfaceDecl *&RelatedClass, ObjCMethodDecl *&ClassMethod, in CheckTollFreeBridgeStaticCast() 4265 ClassMethod = RelatedClass->lookupMethod(Sel, false); in checkObjCBridgeRelatedComponents() 4266 if (!ClassMethod) { in checkObjCBridgeRelatedComponents() 4306 ObjCMethodDecl *ClassMethod = nullptr; in CheckObjCBridgeRelatedConversions() 4310 ClassMethod, InstanceMethod, TDNDecl, in CheckObjCBridgeRelatedConversions() 4316 if (ClassMethod) { in CheckObjCBridgeRelatedConversions() 4321 ExpressionString += ClassMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions() 4324 // Provide a fixit: [RelatedClass ClassMethod SrcExpr] in CheckObjCBridgeRelatedConversions() 4326 << SrcType << DestType << ClassMethod->getSelector() << false in CheckObjCBridgeRelatedConversions() 4337 ClassMethod in CheckObjCBridgeRelatedConversions() 4233 checkObjCBridgeRelatedComponents(SourceLocation Loc,QualType DestType,QualType SrcType,ObjCInterfaceDecl * & RelatedClass,ObjCMethodDecl * & ClassMethod,ObjCMethodDecl * & InstanceMethod,TypedefNameDecl * & TDNDecl,bool CfToNs,bool Diagnose) checkObjCBridgeRelatedComponents() argument 4317 ObjCMethodDecl *ClassMethod = nullptr; CheckObjCBridgeRelatedConversions() local [all...] |
| H A D | SemaObjC.cpp | 2072 IdentifierInfo *ClassMethod = in handleBridgeRelatedAttr() 2077 getASTContext(), AL, RelatedClass, ClassMethod, InstanceMethod)); in handleBridgeRelatedAttr() 2071 IdentifierInfo *ClassMethod = handleBridgeRelatedAttr() local
|
| /llvm-project/clang-tools-extra/clangd/ |
| H A D | Quality.cpp | 128 case index::SymbolKind::ClassMethod: in categorize()
|
| H A D | CodeComplete.cpp | 142 case SK::ClassMethod: in toCompletionItemKind() 252 case index::SymbolKind::ClassMethod: in overloadSet()
|
| H A D | Protocol.cpp | 333 case index::SymbolKind::ClassMethod: in indexSymbolKindToSymbolKind()
|
| /llvm-project/clang-tools-extra/clangd/index/ |
| H A D | YAMLSerialization.cpp | 284 DEFINE_ENUM(ClassMethod); in enumeration()
|
| /llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 785 ObjCMethodDecl *&ClassMethod,
|
| /llvm-project/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 1263 case SymbolKind::ClassMethod: return CXIdxEntity_ObjCClassMethod; in getEntityKindFromSymbolKind()
|
| /llvm-project/clang-tools-extra/clang-tidy/readability/ |
| H A D | IdentifierNamingCheck.cpp | 115 m(ClassMethod) \
|
| /llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1726 IdentifierLoc *ClassMethod = nullptr; in ParseObjCBridgeRelatedAttribute() 1728 ClassMethod = ParseIdentifierLoc(); in ParseSwiftNewTypeAttribute() 1765 ScopeName, ScopeLoc, RelatedClass, ClassMethod, InstanceMethod, in ParseSwiftNewTypeAttribute() 1685 IdentifierLoc *ClassMethod = nullptr; ParseObjCBridgeRelatedAttribute() local
|
| /llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 2586 IdentifierArgument<"ClassMethod">,
|