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

  /external/clang/include/clang/AST/
DeclObjC.h 236 bool HasRelatedResultType = false)
243 RelatedResultType(HasRelatedResultType),
270 bool HasRelatedResultType = false);
286 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 482 bool HasRelatedResultType) {
488 HasRelatedResultType);
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 113 if (Overridden->hasRelatedResultType() &&
114 !NewMethod->hasRelatedResultType()) {
    [all...]

Completed in 50 milliseconds