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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
PrettyPrinter.h 67 SuppressStrongLifetime(false), SuppressLifetimeQualifiers(false),
177 unsigned SuppressStrongLifetime : 1;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
Extract.cpp 144 PP.SuppressStrongLifetime = true;
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 58 : Policy(Policy), Old(Policy.SuppressStrongLifetime) {
60 Policy.SuppressStrongLifetime = false;
64 Policy.SuppressStrongLifetime = Old;
2114 if (!(lifetime == Qualifiers::OCL_Strong && Policy.SuppressStrongLifetime))
2200 if (!(lifetime == Qualifiers::OCL_Strong && Policy.SuppressStrongLifetime)){
2210 if (!Policy.SuppressStrongLifetime)
TemplateBase.cpp 426 SubPolicy.SuppressStrongLifetime = true;
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp 520 SubPolicy.SuppressStrongLifetime = true;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 4958 return P->SuppressStrongLifetime;
5033 P->SuppressStrongLifetime = Value;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 1896 Policy.SuppressStrongLifetime = true;

Completed in 85 milliseconds