Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjC/
H A Divar-lookup-resolution-builtin.m8 + (int) ClassMethod; class
16 + (int) ClassMethod
25 + (int) ClassMethod; class
35 + (int) ClassMethod
/llvm-project/clang/test/ExtractAPI/
H A Dobjc_external_category.m17 + (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 Dobjc_category.m17 + (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 DIndexSymbol.h45 ClassMethod, enumerator
/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp220 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 DSemaExprObjC.cpp4222 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 DSemaObjC.cpp2072 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 DQuality.cpp128 case index::SymbolKind::ClassMethod: in categorize()
H A DCodeComplete.cpp142 case SK::ClassMethod: in toCompletionItemKind()
252 case index::SymbolKind::ClassMethod: in overloadSet()
H A DProtocol.cpp333 case index::SymbolKind::ClassMethod: in indexSymbolKindToSymbolKind()
/llvm-project/clang-tools-extra/clangd/index/
H A DYAMLSerialization.cpp284 DEFINE_ENUM(ClassMethod); in enumeration()
/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h785 ObjCMethodDecl *&ClassMethod,
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1263 case SymbolKind::ClassMethod: return CXIdxEntity_ObjCClassMethod; in getEntityKindFromSymbolKind()
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp115 m(ClassMethod) \
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1726 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 DAttr.td2586 IdentifierArgument<"ClassMethod">,