reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2331 ARCPreciseLifetime_t precise) 2335 ARCPreciseLifetime_t Precise; 2471 ARCPreciseLifetime_t precise = (D.hasAttr<ObjCPreciseLifetimeAttr>()tools/clang/lib/CodeGen/CGObjC.cpp
2232 ARCPreciseLifetime_t precise) { 2263 ARCPreciseLifetime_t precise) { 2632 ARCPreciseLifetime_t precise) {tools/clang/lib/CodeGen/CGValue.h
284 ARCPreciseLifetime_t isARCPreciseLifetime() const { 287 void setARCPreciseLifetime(ARCPreciseLifetime_t value) {tools/clang/lib/CodeGen/CodeGenFunction.h
3825 void EmitARCDestroyStrong(Address addr, ARCPreciseLifetime_t precise); 3826 void EmitARCRelease(llvm::Value *value, ARCPreciseLifetime_t precise); 3836 void EmitObjCRelease(llvm::Value *value, ARCPreciseLifetime_t precise);tools/clang/lib/CodeGen/EHScopeStack.h
272 template <class T, class... As> void pushCleanup(CleanupKind Kind, As... A) {