Searched refs:ClassMethod (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 45 ClassMethod, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 219 Info.Kind = MD->isInstanceMethod() ? SymbolKind::InstanceMethod : SymbolKind::ClassMethod; in getSymbolInfo() 519 case SymbolKind::ClassMethod: return "class-method"; in getSymbolKindString()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 4231 ObjCMethodDecl *&ClassMethod, in checkObjCBridgeRelatedComponents() argument 4274 ClassMethod = RelatedClass->lookupMethod(Sel, false); in checkObjCBridgeRelatedComponents() 4275 if (!ClassMethod) { in checkObjCBridgeRelatedComponents() 4313 ObjCMethodDecl *ClassMethod = nullptr; in CheckObjCBridgeRelatedConversions() local 4317 ClassMethod, InstanceMethod, TDNDecl, in CheckObjCBridgeRelatedConversions() 4323 if (ClassMethod) { in CheckObjCBridgeRelatedConversions() 4328 ExpressionString += ClassMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions() 4333 << SrcType << DestType << ClassMethod->getSelector() << false in CheckObjCBridgeRelatedConversions() 4344 ClassMethod->getLocation(), in CheckObjCBridgeRelatedConversions() 4345 ClassMethod->getSelector(), ClassMethod, in CheckObjCBridgeRelatedConversions()
|
H A D | SemaDeclAttr.cpp | 5560 IdentifierInfo *ClassMethod = in handleObjCBridgeRelatedAttr() local 5565 S.Context, AL, RelatedClass, ClassMethod, InstanceMethod)); in handleObjCBridgeRelatedAttr()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 1279 case SymbolKind::ClassMethod: return CXIdxEntity_ObjCClassMethod; in getEntityKindFromSymbolKind()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1400 IdentifierLoc *ClassMethod = nullptr; in ParseObjCBridgeRelatedAttribute() local 1402 ClassMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute() 1441 ClassMethod, in ParseObjCBridgeRelatedAttribute()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Attr.td | 2020 IdentifierArgument<"ClassMethod">,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 9820 ObjCMethodDecl *&ClassMethod,
|