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 224 bool HasRelatedResultType = false)
231 RelatedResultType(HasRelatedResultType),
258 bool HasRelatedResultType = false);
272 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 353 bool HasRelatedResultType) {
360 HasRelatedResultType);
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 112 if (Overridden->hasRelatedResultType() &&
113 !NewMethod->hasRelatedResultType()) {
    [all...]

Completed in 235 milliseconds