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 225 bool HasRelatedResultType = false)
232 RelatedResultType(HasRelatedResultType),
259 bool HasRelatedResultType = false);
275 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 402 bool HasRelatedResultType) {
409 HasRelatedResultType);
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 114 if (Overridden->hasRelatedResultType() &&
115 !NewMethod->hasRelatedResultType()) {
    [all...]

Completed in 131 milliseconds