Home
last modified time | relevance | path

Searched defs:Method (Results 1 – 25 of 57) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A D2004-03-08-ReinterpretCastCopy.cpp9 virtual void Method() { } in Method() function
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp6.cpp23 void Method(const T& x) { h(x); } in Method() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp151 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod()
228 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local
288 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, in BuildObjCNumericLiteral() local
658 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral() local
774 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral() local
985 ObjCMethodDecl *Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1013 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors()
1043 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, in ParseObjCSelectorExpression() local
1147 ObjCMethodDecl *Method, in getMessageSendResultType()
1255 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote() local
[all …]
H A DSemaDeclObjC.cpp841 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local
1575 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod()
2221 ObjCMethodDecl *Method) { in addMethodToGlobalList()
2289 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool()
2443 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
2448 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
2458 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
2609 ObjCMethodDecl *Method = in ActOnAtEnd() local
2802 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, in CheckRelatedResultTypeCompatibility()
2843 ObjCMethodDecl *Method; member in __anonbd6452fe0211::OverrideSearch
[all …]
H A DSemaCodeComplete.cpp190 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder() local
665 else if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(ND)) in getDeclUsageType() local
753 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(R.Declaration)) in AdjustResultPriorityForDecl() local
995 if (const CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(R.Declaration)) in AddResult() local
1787 else if (ObjCMethodDecl *Method in AddOrdinaryNameResults() local
2000 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults() local
2071 else if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(ND)) in AddResultTypeChunk() local
2725 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(ND)) { in CreateCodeCompletionString() local
3103 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(CurContext); in MaybeAddOverrideCalls() local
3946 else if (ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(CurContext)) in CodeCompleteReturn() local
[all …]
H A DSemaOverload.cpp1440 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn); in IsStandardConversion() local
4688 CXXMethodDecl *Method, in TryObjectArgumentInitialization()
4802 CXXMethodDecl *Method) { in PerformObjectArgumentInitialization()
5546 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Function)) { in AddOverloadCandidate() local
5696 ObjCMethodDecl *Method = Methods[b]; in SelectBestMethod() local
5800 CXXMethodDecl *Method = cast<CXXMethodDecl>(Function); in CheckEnableIf() local
5923 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate()
9839 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn)) in AddressOfFunctionResolver() local
9889 if (CXXMethodDecl *Method in AddMatchingTemplateFunction() local
9932 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn)) { in AddMatchingNonTemplateFunction() local
[all …]
H A DSemaLambda.cpp386 CXXMethodDecl *Method in startLambdaDefinition() local
921 CXXMethodDecl *Method = startLambdaDefinition(Class, Intro.Range, in ActOnStartOfLambdaDefinition() local
H A DSemaObjCProperty.cpp1482 ObjCMethodDecl *Method, ObjCIvarDecl *IV) { in IvarBacksCurrentMethodAccessor()
1622 Selector Method, in DiagnoseUnimplementedAccessor()
H A DSemaLookup.cpp998 if (ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(Ctx)) { in CppLookupName() local
3171 if (ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(Ctx)) { in LookupVisibleDecls() local
3866 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult() local
4407 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(D)) { in ValidateCandidate() local
H A DSemaExpr.cpp143 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Decl); in NoteDeletedFunction() local
2495 } else if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Member)) { in PerformObjectMemberConversion() local
4144 if (CXXMethodDecl *Method = dyn_cast_or_null<CXXMethodDecl>(FDecl)) in getVariadicCallType() local
4879 if (CXXMethodDecl *Method = dyn_cast_or_null<CXXMethodDecl>(FDecl)) in BuildResolvedCallExpr() local
7803 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel, in hasIsEqualMethod() local
10158 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(VD)) in isQualifiedMemberAccess() local
10171 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(*D)) { in isQualifiedMemberAccess() local
12816 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(E->getDecl())) in MarkDeclRefReferenced() local
12832 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(E->getMemberDecl())) in MarkMemberReferenced() local
13482 if (ObjCMethodDecl *Method = E->getMethodDecl()) { in VisitObjCMessageExpr() local
H A DSemaDeclCXX.cpp152 const CXXMethodDecl *Method) { in CalledDecl()
796 const CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(NewFD); in CheckConstexprFunctionDecl() local
6181 CXXMethodDecl *Method; member
6526 FunctionDecl *Method = cast<FunctionDecl>(MethodD); in ActOnFinishDelayedCXXMethodDeclaration() local
9642 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(D)) in buildSingleCopyAssignRecursively() local
12896 bool Sema::CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange) { in CheckPureMethod()
13337 bool Sema::checkThisInStaticMemberFunctionType(CXXMethodDecl *Method) { in checkThisInStaticMemberFunctionType()
13369 bool Sema::checkThisInStaticMemberFunctionExceptionSpec(CXXMethodDecl *Method) { in checkThisInStaticMemberFunctionExceptionSpec()
13407 bool Sema::checkThisInStaticMemberFunctionAttributes(CXXMethodDecl *Method) { in checkThisInStaticMemberFunctionAttributes()
13524 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(MethodD); in actOnDelayedExceptionSpecification() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp349 if (const ObjCMethodDecl *Method = in ClassifyInternal() local
497 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Member)) in ClassifyMemberExpr() local
H A DMangle.cpp229 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(DC)) { in mangleBlock() local
H A DDeclObjC.cpp613 ObjCMethodDecl *Method = nullptr; in lookupPrivateMethod() local
972 const ObjCMethodDecl *Method, in CollectOverriddenMethodsRecurse()
1034 const ObjCMethodDecl *Method, in CollectOverriddenMethods()
1040 static void collectOverriddenMethodsSlow(const ObjCMethodDecl *Method, in collectOverriddenMethodsSlow()
1083 const ObjCMethodDecl *Method = this; in getOverriddenMethods() local
H A DExpr.cpp3122 if (CXXMethodDecl *Method in VisitCallExpr() local
3446 ObjCMethodDecl *Method, in ObjCMessageExpr()
3472 ObjCMethodDecl *Method, in ObjCMessageExpr()
3496 ObjCMethodDecl *Method, in ObjCMessageExpr()
3547 ObjCMethodDecl *Method, in Create()
3570 ObjCMethodDecl *Method, in Create()
3593 ObjCMethodDecl *Method, in Create()
4112 QualType T, ObjCMethodDecl *Method, in ObjCArrayLiteral()
4133 QualType T, ObjCMethodDecl * Method, in Create()
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dvtable-instantiation.cpp58 static GMG* Method() { return &singleton; } // expected-note{{in instantiation of}} in Method() function
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dcomplete-objc-message.m87 - (int)Method; method
108 + (int)Method; class
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCXXInheritance.h244 CXXMethodDecl *Method; member
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DABI.h188 const CXXMethodDecl *Method; member
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp1487 const ObjCMethodDecl *Method) override in GetSelector()
1723 *Method) { in GetSelector()
1787 const ObjCMethodDecl *Method) { in GenerateMessageSendSuper()
1845 const ObjCMethodDecl *Method) { in GenerateMessageSend()
1861 const ObjCMethodDecl *Method, in EmitMessageSend()
3316 llvm::Constant *Method[] = { in GetMethodConstant() local
3352 llvm::Function *Method = in GenerateMethod() local
6013 llvm::Constant *Method[] = { in GetMethodConstant() local
6584 const ObjCMethodDecl *Method) { in GenerateMessageSend()
6721 const ObjCMethodDecl *Method) { in GenerateMessageSendSuper()
H A DCGObjCGNU.cpp1078 const ObjCMethodDecl *Method) { in GetSelector()
1220 const ObjCMethodDecl *Method) { in GenerateMessageSendSuper()
1322 const ObjCMethodDecl *Method) { in GenerateMessageSend()
1482 llvm::Constant *Method = in GenerateMethodList() local
2595 llvm::Function *Method in GenerateMethod() local
H A DCGDebugInfo.cpp998 CGDebugInfo::getOrCreateMethodType(const CXXMethodDecl *Method, in getOrCreateMethodType()
1072 CGDebugInfo::CreateCXXMemberFunction(const CXXMethodDecl *Method, in CreateCXXMemberFunction()
1158 const auto *Method = dyn_cast<CXXMethodDecl>(I); in CollectCXXMemberFunctions() local
2501 if (const CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(D)) in getOrCreateFunctionType() local
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp248 const ObjCMethodDecl *Method = Msg->getMethodDecl(); in rewriteToPropertyDotSyntax() local
583 for (auto *Method : D->methods()) { in migrateObjCInterfaceDecl() local
1160 ObjCMethodDecl *Method) { in migrateProperty()
1288 for (auto *Method : CDecl->methods()) { in migrateAllMethodInstaceType() local
1572 for (const auto *Method : CDecl->methods()) in migrateARCSafeAnnotation() local
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp405 CXXMethodDecl *Method; in ParseLexedMethodDeclaration() local
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2896 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitKeyDataLength() local
2900 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitKeyDataLength() local
2930 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData() local
2936 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData() local
2957 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData() local
2961 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData() local

123