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

12

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DObjCMethodList.h25 ObjCMethodDecl *Method; member in struct:clang::ObjCMethodList
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DABI.h187 const CXXMethodDecl *Method; member in struct:clang::ThunkInfo
/freebsd-9.3-release/sys/contrib/dev/acpica/debugger/
H A Ddbmethod.c341 ACPI_NAMESPACE_NODE *Method; local
H A Ddbutils.c423 ACPI_PARSE_OBJECT *Method; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCXXInheritance.h237 UniqueVirtualMethod(CXXMethodDecl *Method, unsigned Subobject, argument
243 CXXMethodDecl *Method; member in struct:clang::UniqueVirtualMethod
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp295 const ObjCMethodDecl *Method = Msg->getMethodDecl(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp461 unsigned Method = llvm::StringSwitch<unsigned>(Name) local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp523 ObjCMethodDecl *Method = 0; local
863 CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods, bool MovedToSuper) argument
936 CollectOverriddenMethods(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods) argument
943 collectOverriddenMethodsSlow(const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &overridden) argument
986 const ObjCMethodDecl *Method = this; local
[all...]
H A DRecordLayoutBuilder.cpp2799 void ASTContext::setNonKeyFunction(const CXXMethodDecl *Method) { argument
H A DStmtPrinter.cpp1493 CXXMethodDecl *Method = Node->getCallOperator(); local
H A DVTableBuilder.cpp64 const CXXMethodDecl *Method; member in struct:__anon3028::FinalOverriders::OverriderInfo
188 const UniqueVirtualMethod &Method = I->second.front(); local
[all...]
H A DExpr.cpp3322 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
3349 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
3373 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
3423 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
3448 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
3471 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
4004 ObjCArrayLiteral(ArrayRef<Expr *> Elements, QualType T, ObjCMethodDecl *Method, SourceRange SR) argument
4024 Create(const ASTContext &C, ArrayRef<Expr *> Elements, QualType T, ObjCMethodDecl * Method, SourceRange SR) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1100 Method, enumerator in enum:__anon3219
H A DSemaExprMember.cpp208 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FunctionLevelDC); local
H A DSemaLambda.cpp300 CXXMethodDecl *Method local
832 CXXMethodDecl *Method = startLambdaDefinition(Class, Intro.Range, local
[all...]
H A DSemaObjCProperty.cpp1502 IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl *IFace, ObjCMethodDecl *Method, ObjCIvarDecl *IV) argument
H A DSemaTemplateDeduction.cpp4134 AddImplicitObjectParameterType(ASTContext &Context, CXXMethodDecl *Method, SmallVectorImpl<QualType> &ArgTypes) argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp1554 CXXMethodDecl *Method = 0; local
[all...]
H A DSemaDeclObjC.cpp816 ObjCMethodDecl *Method = *i; local
1546 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, argument
2139 addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method) argument
2200 AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance) argument
2339 HelperSelectorsForTypoCorrection( SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, StringRef Typo, const ObjCMethodDecl * Method) argument
2536 ObjCMethodDecl *Method = local
2794 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, ObjCInterfaceDecl *CurrentClass) argument
2835 ObjCMethodDecl *Method; member in class:__anon3275::OverrideSearch
3504 GetIvarBackingPropertyAccessor(const ObjCMethodDecl *Method, const ObjCPropertyDecl *&PDecl) const argument
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacobject.h508 ACPI_OBJECT_METHOD Method; member in union:acpi_operand_object
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp436 ObjCMethodDecl *Method = (*M); local
473 ObjCMethodDecl *Method = (*M); local
1030 migrateProperty(ASTContext &Ctx, ObjCContainerDecl *D, ObjCMethodDecl *Method) argument
1163 ObjCMethodDecl *Method = (*M); local
1450 ObjCMethodDecl *Method = (*M); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h915 Decl *Method; member in struct:clang::Parser::LateParsedMethodDeclaration
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp956 CGDebugInfo::getOrCreateMethodType(const CXXMethodDecl *Method, argument
1024 CGDebugInfo::CreateCXXMemberFunction(const CXXMethodDecl *Method, argument
[all...]
H A DCGObjC.cpp233 AdjustRelatedResultType(CodeGenFunction &CGF, QualType ExpT, const ObjCMethodDecl *Method, RValue Result) argument
H A DCGObjCGNU.cpp1100 GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl *Method) argument
1233 GenerateMessageSendSuper(CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, const ObjCInterfaceDecl *Class, bool isCategoryImpl, llvm::Value *Receiver, bool IsClassMessage, const CallArgList &CallArgs, const ObjCMethodDecl *Method) argument
1336 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, const ObjCInterfaceDecl *Class, const ObjCMethodDecl *Method) argument
1502 llvm::Constant *Method = local
2638 llvm::Function *Method local
[all...]

Completed in 414 milliseconds

12