Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h572 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 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()
/src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h44 InstanceMethod, enumerator
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1236 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 DSemaExprObjC.cpp4234 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 DSemaObjC.cpp2073 IdentifierInfo *InstanceMethod = in handleBridgeRelatedAttr() local
2076 getASTContext(), AL, RelatedClass, ClassMethod, InstanceMethod)); in handleBridgeRelatedAttr()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h794 ObjCMethodDecl *&InstanceMethod,
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1713 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 DCGCall.cpp847 FI->InstanceMethod = instanceMethod; in create()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2451 IdentifierArgument<"InstanceMethod">];