HomeSort by relevance Sort by last modified time
    Searched refs:NewMethod (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
SemaDeclObjC.cpp 113 void Sema::CheckObjCMethodOverride(ObjCMethodDecl *NewMethod,
116 !NewMethod->hasRelatedResultType()) {
121 QualType ResultType = NewMethod->getReturnType();
122 SourceRange ResultTypeRange = NewMethod->getReturnTypeSourceRange();
126 = dyn_cast<ObjCInterfaceDecl>(NewMethod->getDeclContext());
128 DeclContext *DC = NewMethod->getDeclContext();
139 Diag(NewMethod->getLocation(),
145 Diag(NewMethod->getLocation(),
161 if ((NewMethod->hasAttr<NSReturnsRetainedAttr>() !=
163 Diag(NewMethod->getLocation()
    [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 556 milliseconds