Searched defs:InstanceMethod (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/ |
H A D | SerializerBase.h |
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 44 InstanceMethod, enumerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 570 unsigned InstanceMethod : 1; global() variable 778 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
|
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 955 auto InstanceMethod = serializeAPIRecord(Record); visitCXXInstanceMethodRecord() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1236 Selector LookupSelector, bool InstanceMethod) { in lookupRuntimeDefinition() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 4228 checkObjCBridgeRelatedComponents(SourceLocation Loc,QualType DestType,QualType SrcType,ObjCInterfaceDecl * & RelatedClass,ObjCMethodDecl * & ClassMethod,ObjCMethodDecl * & InstanceMethod,TypedefNameDecl * & TDNDecl,bool CfToNs,bool Diagnose) checkObjCBridgeRelatedComponents() argument 4310 ObjCMethodDecl *InstanceMethod = nullptr; CheckObjCBridgeRelatedConversions() local [all...] |
H A D | SemaDeclAttr.cpp | 6319 IdentifierInfo *InstanceMethod = handleObjCBridgeRelatedAttr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1606 IdentifierLoc *InstanceMethod = nullptr; ParseObjCBridgeRelatedAttribute() local
|