HomeSort by: relevance | last modified time | path
    Searched refs:GCOnly (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h 63 enum GCMode { NonGC, GCOnly, HybridGC };
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 192 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly);
1094 return LO.getGC() != LangOptions::GCOnly && !LO.ObjCAutoRefCount;
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Transforms.cpp 588 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 2262 if (getLangOpts().getGC() == LangOptions::GCOnly)
2795 if (getLangOpts().getGC() != LangOptions::GCOnly)
2812 getLangOpts().getGC() == LangOptions::GCOnly &&
SemaDeclObjC.cpp 481 getLangOpts().getGC() == LangOptions::GCOnly))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 2521 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
2641 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
3791 case LangOptions::GCOnly:
CGDecl.cpp 2065 CGM.getLangOpts().getGC() != LangOptions::GCOnly) {
CGObjC.cpp 938 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
CGObjCMac.cpp 5186 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
6328 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 3354 if (Opts.GC == LangOptions::GCOnly)
3669 Opts.setGC(LangOptions::GCOnly);

Completed in 57 milliseconds