Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h45 ClassMethod, enumerator
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4223 ObjCInterfaceDecl *&RelatedClass, ObjCMethodDecl *&ClassMethod, in checkObjCBridgeRelatedComponents() argument
4266 ClassMethod = RelatedClass->lookupMethod(Sel, false); in checkObjCBridgeRelatedComponents()
4267 if (!ClassMethod) { in checkObjCBridgeRelatedComponents()
4307 ObjCMethodDecl *ClassMethod = nullptr; in CheckObjCBridgeRelatedConversions() local
4311 ClassMethod, InstanceMethod, TDNDecl, in CheckObjCBridgeRelatedConversions()
4317 if (ClassMethod) { in CheckObjCBridgeRelatedConversions()
4322 ExpressionString += ClassMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions()
4327 << SrcType << DestType << ClassMethod->getSelector() << false in CheckObjCBridgeRelatedConversions()
4338 ClassMethod->getLocation(), in CheckObjCBridgeRelatedConversions()
4339 ClassMethod->getSelector(), ClassMethod, in CheckObjCBridgeRelatedConversions()
H A DSemaObjC.cpp2069 IdentifierInfo *ClassMethod = in handleBridgeRelatedAttr() local
2074 getASTContext(), AL, RelatedClass, ClassMethod, InstanceMethod)); in handleBridgeRelatedAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h785 ObjCMethodDecl *&ClassMethod,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1591 IdentifierLoc *ClassMethod = nullptr; in ParseObjCBridgeRelatedAttribute() local
1593 ClassMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1631 ClassMethod, InstanceMethod, Form); in ParseObjCBridgeRelatedAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2742 IdentifierArgument<"ClassMethod">,