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

  /external/clang/include/clang/AST/
Type.h 265 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
368 if (Q.hasObjCGCAttr())
398 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
414 !hasObjCGCAttr() || !other.hasObjCGCAttr()) &&
    [all...]
  /external/clang/lib/AST/
DumpXML.cpp 896 if (Qs.hasObjCGCAttr()) {
Type.cpp 37 (hasObjCGCAttr() && !Other.hasObjCGCAttr())) &&
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 74 milliseconds