Searched defs:Method (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp34 enum class CallKind { Function, Method, InstanceOf }; member in class:__anon757::CastValueChecker::CallKind
H A DDynamicTypePropagation.cpp651 const ObjCMethodDecl *Method = nullptr; local
721 const ObjCMethodDecl *Method = local
683 getReturnTypeForMethod( const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs, const ObjCObjectPointerType *SelfType, ASTContext &C) argument
856 const ObjCMethodDecl *Method = local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c456 ACPI_NAMESPACE_NODE *Method; local
[all...]
H A Ddbutils.c522 ACPI_PARSE_OBJECT *Method; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DABI.h190 const CXXMethodDecl *Method; member in struct:clang::ThunkInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp26 ObjCArrayLiteral(ArrayRef<Expr *> Elements, QualType T, ObjCMethodDecl *Method, SourceRange SR) argument
44 Create(const ASTContext &C, ArrayRef<Expr *> Elements, QualType T, ObjCMethodDecl *Method, SourceRange SR) argument
122 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
144 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, TypeSourceInfo *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
162 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
206 Create(const ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
226 Create(const ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, TypeSourceInfo *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
245 Create(const ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
[all...]
H A DDeclObjC.cpp749 ObjCMethodDecl *Method = nullptr; local
1188 CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods, bool MovedToSuper) argument
1248 CollectOverriddenMethods(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods) argument
1255 collectOverriddenMethodsSlow(const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &overridden) argument
1298 const ObjCMethodDecl *Method = this; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp78 OS << "(" << Result << ", " << Class << ", " << Method; local
110 OS << "LLDB_RECORD_DUMMY(" << Result << ", " << Class << ", " << Method; local
70 GetRecordMethodMacro(StringRef Result, StringRef Class, StringRef Method, StringRef Signature, StringRef Values, bool Static, bool Const) argument
103 GetRecordDummyMacro(StringRef Result, StringRef Class, StringRef Method, StringRef Signature, StringRef Values) argument
124 GetRegisterMethodMacro(StringRef Result, StringRef Class, StringRef Method, StringRef Signature, bool Static, bool Const) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h243 CXXMethodDecl *Method = nullptr; member in struct:clang::UniqueVirtualMethod
256 UniqueVirtualMethod(CXXMethodDecl *Method, unsigned Subobject, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp472 visitKnownMember(CVMemberRecord &CVR, OneMethodRecord &Method) argument
484 visitKnownMember(CVMemberRecord &CVR, OverloadedMethodRecord &Method) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp526 visitKnownMember(CVMemberRecord &CVR, OneMethodRecord &Method) argument
535 visitKnownMember(CVMemberRecord &CVR, OverloadedMethodRecord &Method) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h387 auto Method = dyn_cast_or_null<ObjCMethodDecl>(SFC->getDecl()); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp152 CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method) argument
[all...]
H A DSemaExprCXX.cpp1435 bool Sema::isUsualDeallocationFunction(const CXXMethodDecl *Method) { argument
[all...]
H A DSemaObjCProperty.cpp1847 IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl *IFace, ObjCMethodDecl *Method, ObjCIvarDecl *IV) argument
2005 DiagnoseUnimplementedAccessor( Sema &S, ObjCInterfaceDecl *PrimaryClass, Selector Method, ObjCImplDecl *IMPDecl, ObjCContainerDecl *CDecl, ObjCCategoryDecl *C, ObjCPropertyDecl *Prop, llvm::SmallPtrSet<const ObjCMethodDecl *, 8> &SMap) argument
H A DSemaLambda.cpp394 CXXMethodDecl *Method = CXXMethodDecl::Create( local
433 handleLambdaNumbering( CXXRecordDecl *Class, CXXMethodDecl *Method, Optional<std::tuple<unsigned, bool, Decl *>> Mangling) argument
975 CXXMethodDecl *Method = local
[all...]
H A DAnalysisBasedWarnings.cpp1424 Method, enumerator in enum:__anon588
H A DSemaExprMember.cpp208 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FunctionLevelDC); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp294 const ObjCMethodDecl *Method = Msg->getMethodDecl(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp421 CXXMethodDecl *Method; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1141 const ObjCMethodDecl *Method = ME->getMethodDecl(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h790 MemberFnWrapper(ClassT &Instance, MethodT Method) argument
798 MethodT Method; member in class:llvm::orc::rpc::detail::MemberFnWrapper
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacobject.h629 ACPI_OBJECT_METHOD Method; member in union:acpi_operand_object
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1232 unsigned Method = llvm::StringSwitch<unsigned>(Name) local
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp254 const ObjCMethodDecl *Method = Msg->getMethodDecl(); local
1165 migrateProperty(ASTContext &Ctx, ObjCContainerDecl *D, ObjCMethodDecl *Method) argument
[all...]

Completed in 278 milliseconds

12