Home
last modified time | relevance | path

Searched refs:ImpreciseLifetime (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGValue.h201 bool ImpreciseLifetime : 1; variable
234 this->ImpreciseLifetime = false;
280 return ARCPreciseLifetime_t(!ImpreciseLifetime); in isARCPreciseLifetime()
283 ImpreciseLifetime = (value == ARCImpreciseLifetime); in setARCPreciseLifetime()