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

12

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DObjCMethodList.h25 ObjCMethodDecl *Method; member in struct:clang::ObjCMethodList
/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbutils.c412 ACPI_PARSE_OBJECT *Method; local
[all...]
H A Ddbmethod.c343 ACPI_NAMESPACE_NODE *Method; local
[all...]
/freebsd-10.0-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-10.0-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp295 const ObjCMethodDecl *Method = Msg->getMethodDecl(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp433 unsigned Method = llvm::StringSwitch<unsigned>(Name) local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp71 CXXMethodDecl *Method local
499 CXXMethodDecl *Method = startLambdaDefinition(Class, Intro.Range, local
[all...]
H A DAnalysisBasedWarnings.cpp1069 Method, enumerator in enum:__anon3179
H A DSemaExprMember.cpp207 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FunctionLevelDC); local
H A DSemaObjCProperty.cpp1553 IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl *IFace, ObjCMethodDecl *Method, ObjCIvarDecl *IV) argument
H A DSemaExprObjC.cpp224 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); local
145 validateBoxingMethod(Sema &S, SourceLocation Loc, const ObjCInterfaceDecl *Class, Selector Sel, const ObjCMethodDecl *Method) argument
285 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, local
640 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); local
757 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); local
966 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, local
1053 getMessageSendResultType(QualType ReceiverType, ObjCMethodDecl *Method, bool isClassMessage, bool isSuperMessage) argument
1165 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); local
1186 CheckMessageArgumentTypes(QualType ReceiverType, Expr **Args, unsigned NumArgs, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, bool isClassMessage, bool isSuperMessage, SourceLocation lbrac, SourceLocation rbrac, QualType &ReturnType, ExprValueKind &VK) argument
1421 ObjCMethodDecl *Method = ME->getMethodDecl(); local
1726 ObjCInterfaceOrSuperCCC(ObjCMethodDecl *Method) argument
1852 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc); local
1897 BuildClassMessageImplicit(QualType ReceiverType, bool isSuperReceiver, SourceLocation Loc, Selector Sel, ObjCMethodDecl *Method, MultiExprArg Args) argument
1986 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2122 BuildInstanceMessageImplicit(Expr *Receiver, QualType ReceiverType, SourceLocation Loc, Selector Sel, ObjCMethodDecl *Method, MultiExprArg Args) argument
2162 BuildInstanceMessage(Expr *Receiver, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
[all...]
H A DSemaTemplateDeduction.cpp3791 AddImplicitObjectParameterType(ASTContext &Context, CXXMethodDecl *Method, SmallVectorImpl<QualType> &ArgTypes) argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp1550 CXXMethodDecl *Method = 0; local
[all...]
H A DSemaDeclObjC.cpp784 ObjCMethodDecl *Method = *i; local
1504 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, argument
2077 addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method) argument
2134 AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance) argument
2341 ObjCMethodDecl *Method = local
2599 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, ObjCInterfaceDecl *CurrentClass) argument
2640 ObjCMethodDecl *Method; member in class:__anon3229::OverrideSearch
[all...]
H A DSemaExprCXX.cpp2366 BuildCXXCastArgument(Sema &S, SourceLocation CastLoc, QualType Ty, CastKind Kind, CXXMethodDecl *Method, DeclAccessPair FoundDecl, bool HadMultipleCandidates, Expr *From) argument
5401 BuildCXXMemberCallExpr(Expr *E, NamedDecl *FoundDecl, CXXConversionDecl *Method, bool HadMultipleCandidates) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp512 ObjCMethodDecl *Method = 0; local
846 CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods, bool MovedToSuper) argument
919 CollectOverriddenMethods(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods) argument
926 collectOverriddenMethodsSlow(const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &overridden) argument
969 const ObjCMethodDecl *Method = this; local
[all...]
H A DStmtPrinter.cpp1396 CXXMethodDecl *Method = Node->getCallOperator(); local
H A DVTableBuilder.cpp63 const CXXMethodDecl *Method; member in struct:__anon3000::FinalOverriders::OverriderInfo
189 const UniqueVirtualMethod &Method = I->second.front(); local
[all...]
H A DExpr.cpp3272 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
3299 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
3323 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
3373 Create(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
3398 Create(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
3421 Create(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
3958 ObjCArrayLiteral(ArrayRef<Expr *> Elements, QualType T, ObjCMethodDecl *Method, SourceRange SR) argument
3978 Create(ASTContext &C, ArrayRef<Expr *> Elements, QualType T, ObjCMethodDecl * Method, SourceRange SR) argument
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacobject.h512 ACPI_OBJECT_METHOD Method; member in union:acpi_operand_object
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h884 Decl *Method; member in struct:clang::Parser::LateParsedMethodDeclaration
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp956 CGDebugInfo::getOrCreateMethodType(const CXXMethodDecl *Method, argument
1023 CGDebugInfo::CreateCXXMemberFunction(const CXXMethodDecl *Method, argument
[all...]
H A DCGObjC.cpp232 AdjustRelatedResultType(CodeGenFunction &CGF, QualType ExpT, const ObjCMethodDecl *Method, RValue Result) argument
H A DCGObjCGNU.cpp1076 GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl *Method) argument
1209 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
1312 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, const ObjCInterfaceDecl *Class, const ObjCMethodDecl *Method) argument
1479 llvm::Constant *Method = local
2615 llvm::Function *Method local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1483 const ObjCMethodDecl *Method = Msg.getDecl(); local

Completed in 332 milliseconds

12