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 118 /// low bit indicating whether the parameter is "consumed".
192 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
201 = (static_cast<uintptr_t>(Consumed) | reinterpret_cast<uintptr_t>(Parm));
209 bool Consumed) {
214 Entity.Parameter = (Consumed);
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 2557 milliseconds