Home
last modified time | relevance | path

Searched refs:InstanceMethod (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h590 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 DIndexSymbol.cpp220 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 DIndexSymbol.h44 InstanceMethod, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1256 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 DSemaExprObjC.cpp4224 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 DSemaObjC.cpp2071 IdentifierInfo *InstanceMethod = in handleBridgeRelatedAttr() local
2074 getASTContext(), AL, RelatedClass, ClassMethod, InstanceMethod)); in handleBridgeRelatedAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h786 ObjCMethodDecl *&InstanceMethod,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1611 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 DCGCall.cpp913 FI->InstanceMethod = instanceMethod; in create()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2743 IdentifierArgument<"InstanceMethod">];