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

  /external/clang/include/clang/AST/
PrettyPrinter.h 42 SuppressStrongLifetime(false), SuppressLifetimeQualifiers(false),
134 unsigned SuppressStrongLifetime : 1;
  /external/clang/lib/AST/
TypePrinter.cpp 38 : Policy(Policy), Old(Policy.SuppressStrongLifetime) {
40 Policy.SuppressStrongLifetime = false;
44 Policy.SuppressStrongLifetime = Old;
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 517 SubPolicy.SuppressStrongLifetime = true;
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 82 milliseconds