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 268 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
371 if (Q.hasObjCGCAttr())
401 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
431 (getObjCGCAttr() == other.getObjCGCAttr() || !hasObjCGCAttr() ||
432 !other.hasObjCGCAttr()) &&
    [all...]
  /external/clang/lib/AST/
Type.cpp 38 (hasObjCGCAttr() && !Other.hasObjCGCAttr())) &&
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 63 milliseconds