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

  /external/clang/include/clang/Sema/
Initialization.h 96 /// low bit indicating whether the parameter is "consumed".
178 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
187 = (static_cast<uintptr_t>(Consumed) | reinterpret_cast<uintptr_t>(Parm));
195 bool Consumed) {
200 Entity.Parameter = (Consumed);
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 38 milliseconds