Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Divar-lookup-resolution-builtin.m8 + (int) ClassMethod; class
16 + (int) ClassMethod
25 + (int) ClassMethod; class
35 + (int) ClassMethod
/external/clang/include/clang/Index/
DIndexSymbol.h45 ClassMethod, enumerator
/external/clang/lib/Index/
DIndexSymbol.cpp143 Info.Kind = SymbolKind::ClassMethod; in getSymbolInfo()
332 case SymbolKind::ClassMethod: return "class-method"; in getSymbolKindString()
/external/clang/lib/Sema/
DSemaExprObjC.cpp3847 ObjCMethodDecl *&ClassMethod, in checkObjCBridgeRelatedComponents() argument
3890 ClassMethod = RelatedClass->lookupMethod(Sel, false); in checkObjCBridgeRelatedComponents()
3891 if (!ClassMethod) { in checkObjCBridgeRelatedComponents()
3929 ObjCMethodDecl *ClassMethod = nullptr; in CheckObjCBridgeRelatedConversions() local
3933 ClassMethod, InstanceMethod, TDNDecl, in CheckObjCBridgeRelatedConversions()
3939 if (ClassMethod) { in CheckObjCBridgeRelatedConversions()
3944 ExpressionString += ClassMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions()
3948 << SrcType << DestType << ClassMethod->getSelector() << false in CheckObjCBridgeRelatedConversions()
3958 ClassMethod->getLocation(), in CheckObjCBridgeRelatedConversions()
3959 ClassMethod->getSelector(), ClassMethod, in CheckObjCBridgeRelatedConversions()
DSemaDeclAttr.cpp4487 IdentifierInfo *ClassMethod = in handleObjCBridgeRelatedAttr() local
4493 ClassMethod, InstanceMethod, in handleObjCBridgeRelatedAttr()
/external/python/cpython3/Doc/howto/
Ddescriptor.rst431 class ClassMethod(object):
/external/python/cpython2/Doc/howto/
Ddescriptor.rst427 class ClassMethod(object):
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp1279 case SymbolKind::ClassMethod: return CXIdxEntity_ObjCClassMethod; in getEntityKindFromSymbolKind()
/external/clang/lib/Parse/
DParseDecl.cpp1098 IdentifierLoc *ClassMethod = nullptr; in ParseObjCBridgeRelatedAttribute() local
1100 ClassMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1138 ClassMethod, in ParseObjCBridgeRelatedAttribute()
/external/clang/include/clang/Basic/
DAttr.td1187 IdentifierArgument<"ClassMethod", 1>,
/external/clang/include/clang/Sema/
DSema.h7684 ObjCMethodDecl *&ClassMethod,