Searched defs:InstanceMethod (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/test/ExtractAPI/ |
H A D | objc_category.m | 15 - (void)InstanceMethod; method in Category
|
H A D | objc_external_category.m | 16 - (void)InstanceMethod; method in Category
|
/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 44 InstanceMethod, enumerator
|
/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 789 Profile(llvm::FoldingSetNodeID & ID,bool InstanceMethod,bool ChainCall,bool IsDelegateCall,const FunctionType::ExtInfo & info,ArrayRef<ExtParameterInfo> paramInfos,RequiredArgs required,CanQualType resultType,ArrayRef<CanQualType> argTypes) Profile() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1236 lookupRuntimeDefinition(const ObjCInterfaceDecl * Interface,Selector LookupSelector,bool InstanceMethod) lookupRuntimeDefinition() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 4234 checkObjCBridgeRelatedComponents(SourceLocation Loc,QualType DestType,QualType SrcType,ObjCInterfaceDecl * & RelatedClass,ObjCMethodDecl * & ClassMethod,ObjCMethodDecl * & InstanceMethod,TypedefNameDecl * & TDNDecl,bool CfToNs,bool Diagnose) checkObjCBridgeRelatedComponents() argument 4318 ObjCMethodDecl *InstanceMethod = nullptr; CheckObjCBridgeRelatedConversions() local [all...] |
H A D | SemaObjC.cpp | 2073 IdentifierInfo *InstanceMethod = handleBridgeRelatedAttr() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1705 IdentifierLoc *InstanceMethod = nullptr; ParseObjCBridgeRelatedAttribute() local
|