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

  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 342 const bool HasRelatedResultType = false;
385 HasRelatedResultType);
  /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...]
  /external/clang/lib/AST/
DeclObjC.cpp 644 ImplementationControl impControl, bool HasRelatedResultType) {
648 impControl, HasRelatedResultType);
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 114 if (Overridden->hasRelatedResultType() &&
115 !NewMethod->hasRelatedResultType()) {
    [all...]

Completed in 433 milliseconds