Searched defs:ClassMethod (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp1037 IdentifierLoc *ClassMethod = nullptr; local
1039 ClassMethod = ParseIdentifierLoc();
1077 ClassMethod,
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp3567 ObjCMethodDecl *&ClassMethod,
3606 ClassMethod = RelatedClass->lookupMethod(Sel, false);
3607 if (!ClassMethod) {
3641 ObjCMethodDecl *ClassMethod = nullptr; local
3645 ClassMethod, InstanceMethod, TDNDecl, CfToNs))
3650 if (ClassMethod) {
3654 ExpressionString += ClassMethod->getSelector().getAsString();
3656 // Provide a fixit: [RelatedClass ClassMethod SrcExpr]
3658 << SrcType << DestType << ClassMethod->getSelector() << false
3669 ClassMethod
3564 checkObjCBridgeRelatedComponents(SourceLocation Loc, QualType DestType, QualType SrcType, ObjCInterfaceDecl *&RelatedClass, ObjCMethodDecl *&ClassMethod, ObjCMethodDecl *&InstanceMethod, TypedefNameDecl *&TDNDecl, bool CfToNs) argument
[all...]
H A DSemaDeclAttr.cpp3837 IdentifierInfo *ClassMethod = local
3843 ClassMethod, InstanceMethod,

Completed in 312 milliseconds