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

  /external/clang/include/clang/AST/
PrettyPrinter.h 42 SuppressStrongLifetime(false), Bool(LO.Bool),
132 unsigned SuppressStrongLifetime : 1;
  /external/clang/lib/AST/
TypePrinter.cpp 38 : Policy(Policy), Old(Policy.SuppressStrongLifetime) {
39 Policy.SuppressStrongLifetime = false;
43 Policy.SuppressStrongLifetime = Old;
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 174 milliseconds