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

  /external/clang/lib/AST/
DumpXML.cpp 899 case Qualifiers::GCNone: llvm_unreachable("explicit none");
TypePrinter.cpp 935 while (tmp.getObjCGCAttr() == Qualifiers::GCNone) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 121 GCNone = 0,
230 void removeObjCGCAttr() { setObjCGCAttr(GCNone); }
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 39 milliseconds