Searched refs:InstanceMethod (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 572 unsigned InstanceMethod : 1; 679 bool isInstanceMethod() const { return InstanceMethod; } in isInstanceMethod() 769 ID.AddBoolean(InstanceMethod); in Profile() 789 static void Profile(llvm::FoldingSetNodeID &ID, bool InstanceMethod, in Profile() argument 796 ID.AddBoolean(InstanceMethod); in Profile()
|
| /src/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()
|
| /src/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 44 InstanceMethod, enumerator
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1236 Selector LookupSelector, bool InstanceMethod) { in lookupRuntimeDefinition() argument 1256 PMC[{Interface, LookupSelector, InstanceMethod}]; in lookupRuntimeDefinition() 1260 Val = Interface->lookupPrivateMethod(LookupSelector, InstanceMethod); in lookupRuntimeDefinition() 1264 Val = Interface->lookupMethod(LookupSelector, InstanceMethod); in lookupRuntimeDefinition()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4234 ObjCMethodDecl *&InstanceMethod, TypedefNameDecl *&TDNDecl, bool CfToNs, in checkObjCBridgeRelatedComponents() argument 4290 InstanceMethod = RelatedClass->lookupMethod(Sel, true); in checkObjCBridgeRelatedComponents() 4291 if (!InstanceMethod) { in checkObjCBridgeRelatedComponents() 4318 ObjCMethodDecl *InstanceMethod = nullptr; in CheckObjCBridgeRelatedConversions() local 4321 ClassMethod, InstanceMethod, TDNDecl, in CheckObjCBridgeRelatedConversions() 4358 if (InstanceMethod) { in CheckObjCBridgeRelatedConversions() 4363 if (InstanceMethod->isPropertyAccessor()) in CheckObjCBridgeRelatedConversions() 4365 InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions() 4370 << SrcType << DestType << InstanceMethod->getSelector() << true in CheckObjCBridgeRelatedConversions() 4376 ExpressionString += InstanceMethod->getSelector().getAsString(); in CheckObjCBridgeRelatedConversions() [all …]
|
| H A D | SemaObjC.cpp | 2073 IdentifierInfo *InstanceMethod = in handleBridgeRelatedAttr() local 2076 getASTContext(), AL, RelatedClass, ClassMethod, InstanceMethod)); in handleBridgeRelatedAttr()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 794 ObjCMethodDecl *&InstanceMethod,
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1713 IdentifierLoc *InstanceMethod = nullptr; in ParseObjCBridgeRelatedAttribute() local 1715 InstanceMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute() 1732 ScopeName, ScopeLoc, RelatedClass, ClassMethod, InstanceMethod, in ParseObjCBridgeRelatedAttribute()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 847 FI->InstanceMethod = instanceMethod; in create()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 2451 IdentifierArgument<"InstanceMethod">];
|