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

  /external/clang/include/clang/AST/
Type.h 264 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
367 if (Q.hasObjCGCAttr())
397 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
413 !hasObjCGCAttr() || !other.hasObjCGCAttr()) &&
    [all...]
  /external/clang/lib/AST/
Type.cpp 37 (hasObjCGCAttr() && !Other.hasObjCGCAttr())) &&
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 75 milliseconds