Searched refs:InstanceMethod (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 590 unsigned InstanceMethod : 1; 697 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() 787 ID.AddBoolean(InstanceMethod); in Profile() 807 static void Profile(llvm::FoldingSetNodeID &ID, bool InstanceMethod, in Profile() argument 814 ID.AddBoolean(InstanceMethod); in Profile()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 220 Info.Kind = MD->isInstanceMethod() ? SymbolKind::InstanceMethod : SymbolKind::ClassMethod; in getSymbolInfo() 279 Info.Kind = SymbolKind::InstanceMethod; in getSymbolInfo() 304 Info.Kind = SymbolKind::InstanceMethod; in getSymbolInfo() 526 case SymbolKind::InstanceMethod: return "instance-method"; in getSymbolKindString()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 44 InstanceMethod, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1256 Selector LookupSelector, bool InstanceMethod) { in lookupRuntimeDefinition() argument 1276 PMC[{Interface, LookupSelector, InstanceMethod}]; in lookupRuntimeDefinition() 1280 Val = Interface->lookupPrivateMethod(LookupSelector, InstanceMethod); in lookupRuntimeDefinition() 1284 Val = Interface->lookupMethod(LookupSelector, InstanceMethod); in lookupRuntimeDefinition()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4224 ObjCMethodDecl *&InstanceMethod, TypedefNameDecl *&TDNDecl, bool CfToNs, in checkObjCBridgeRelatedComponents() argument 4280 InstanceMethod = RelatedClass->lookupMethod(Sel, true); in checkObjCBridgeRelatedComponents() 4281 if (!InstanceMethod) { in checkObjCBridgeRelatedComponents() 4308 ObjCMethodDecl *InstanceMethod = nullptr; in CheckObjCBridgeRelatedConversions() local 4311 ClassMethod, InstanceMethod, TDNDecl, in CheckObjCBridgeRelatedConversions() 4348 if (InstanceMethod) { in CheckObjCBridgeRelatedConversions() 4353 if (InstanceMethod->isPropertyAccessor()) in CheckObjCBridgeRelatedConversions() 4355 InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions() 4360 << SrcType << DestType << InstanceMethod->getSelector() << true in CheckObjCBridgeRelatedConversions() 4366 ExpressionString += InstanceMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions() [all …]
|
| H A D | SemaObjC.cpp | 2071 IdentifierInfo *InstanceMethod = in handleBridgeRelatedAttr() local 2074 getASTContext(), AL, RelatedClass, ClassMethod, InstanceMethod)); in handleBridgeRelatedAttr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 786 ObjCMethodDecl *&InstanceMethod,
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1611 IdentifierLoc *InstanceMethod = nullptr; in ParseObjCBridgeRelatedAttribute() local 1613 InstanceMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute() 1631 ClassMethod, InstanceMethod, Form); in ParseObjCBridgeRelatedAttribute()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 913 FI->InstanceMethod = instanceMethod; in create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 2743 IdentifierArgument<"InstanceMethod">];
|