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 41 AnonymousTagLocations(true), SuppressStrongLifetime(false),
137 unsigned SuppressStrongLifetime : 1;
  /external/clang/lib/AST/
TypePrinter.cpp 35 : Policy(Policy), Old(Policy.SuppressStrongLifetime) {
36 Policy.SuppressStrongLifetime = false;
40 Policy.SuppressStrongLifetime = Old;
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 360 milliseconds