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.cpp4233 ObjCInterfaceDecl *&RelatedClass, ObjCMethodDecl *&ClassMethod, in checkObjCBridgeRelatedComponents() argument
4276 ClassMethod = RelatedClass->lookupMethod(Sel, false); in checkObjCBridgeRelatedComponents()
4277 if (!ClassMethod) { in checkObjCBridgeRelatedComponents()
4317 ObjCMethodDecl *ClassMethod = nullptr; in CheckObjCBridgeRelatedConversions() local
4321 ClassMethod, InstanceMethod, TDNDecl, in CheckObjCBridgeRelatedConversions()
4327 if (ClassMethod) { in CheckObjCBridgeRelatedConversions()
4332 ExpressionString += ClassMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions()
4337 << SrcType << DestType << ClassMethod->getSelector() << false in CheckObjCBridgeRelatedConversions()
4348 ClassMethod->getLocation(), in CheckObjCBridgeRelatedConversions()
4349 ClassMethod->getSelector(), ClassMethod, in CheckObjCBridgeRelatedConversions()
H A DSemaObjC.cpp2071 IdentifierInfo *ClassMethod = in handleBridgeRelatedAttr() local
2076 getASTContext(), AL, RelatedClass, ClassMethod, InstanceMethod)); in handleBridgeRelatedAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h793 ObjCMethodDecl *&ClassMethod,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1693 IdentifierLoc *ClassMethod = nullptr; in ParseObjCBridgeRelatedAttribute() local
1695 ClassMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1732 ScopeName, ScopeLoc, RelatedClass, ClassMethod, InstanceMethod, in ParseObjCBridgeRelatedAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2450 IdentifierArgument<"ClassMethod">,