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

  /external/clang/lib/Sema/
SemaDeclObjC.cpp 114 if (Overridden->hasRelatedResultType() &&
115 !NewMethod->hasRelatedResultType()) {
    [all...]
SemaExprObjC.cpp 293 /*HasRelatedResultType=*/false);
545 /*HasRelatedResultType=*/false);
658 /*HasRelatedResultType=*/false);
    [all...]
SemaPseudoObject.cpp 826 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType())
    [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 214 if (D && D->hasRelatedResultType()) {
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclObjC.h 232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType),
260 bool HasRelatedResultType = false);
276 bool hasRelatedResultType() const { return RelatedResultType; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 636 Record.push_back(D->hasRelatedResultType());
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 488 milliseconds