This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>CLintersContext (infer.InferModules.CLintersContext)</title><linkrel="stylesheet"href="../../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc %%VERSION%%"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../../index.html">infer</a>»<ahref="../index.html">InferModules</a>» CLintersContext</nav><h1>Module <code>InferModules.CLintersContext</code></h1></header><dl><dtclass="spec type"id="type-if_context"><ahref="#type-if_context"class="anchor"></a><code><spanclass="keyword">type</span> if_context</code><code> = </code><code>{</code><tableclass="record"><trid="type-if_context.within_responds_to_selector_block"class="anchored"><tdclass="def field"><ahref="#type-if_context.within_responds_to_selector_block"class="anchor"></a><code>within_responds_to_selector_block : <span>string list</span>;</code></td></tr><trid="type-if_context.within_available_class_block"class="anchored"><tdclass="def field"><ahref="#type-if_context.within_available_class_block"class="anchor"></a><code>within_available_class_block : <span>string list</span>;</code></td></tr><trid="type-if_context.ios_version_guard"class="anchored"><tdclass="def field"><ahref="#type-if_context.ios_version_guard"class="anchor"></a><code>ios_version_guard : <span>string list</span>;</code></td></tr></table><code>}</code></dt><dtclass="spec type"id="type-context"><ahref="#type-context"class="anchor"></a><code><spanclass="keyword">type</span> context</code><code> = </code><code>{</code><tableclass="record"><trid="type-context.translation_unit_context"class="anchored"><tdclass="def field"><ahref="#type-context.translation_unit_context"class="anchor"></a><code>translation_unit_context : <ahref="../CFrontend_config/index.html#type-translation_unit_context">CFrontend_config.translation_unit_context</a>;</code></td></tr><trid="type-context.current_method"class="anchored"><tdclass="def field"><ahref="#type-context.current_method"class="anchor"></a><code>current_method : <span><ahref="../../../InferGenerated/InferGenerated/Clang_ast_t/index.html#type-decl">InferGenerated.Clang_ast_t.decl</a> option</span>;</code></td></tr><trid="type-context.parent_methods"class="anchored"><tdclass="def field"><ahref="#type-context.parent_methods"class="anchor"></a><code>parent_methods : <span><ahref="../../../InferGenerated/InferGenerated/Clang_ast_t/index.html#type-decl">InferGenerated.Clang_ast_t.decl</a> list</span>;</code></td></tr><trid="type-context.in_synchronized_block"class="anchored"><tdclass="def field"><ahref="#type-context.in_synchronized_block"class="anchor"></a><code>in_synchronized_block : bool;</code></td></tr><trid="type-context.is_ck_translation_unit"class="anchored"><tdclass="def field"><ahref="#type-context.is_ck_translation_unit"class="anchor"></a><code>is_ck_translation_unit : bool;</code></td><tdclass="doc"><p>True if the translation unit contains an ObjC class impl that's a subclass of CKComponent or CKComponentController.</p></td></tr><trid="type-context.current_objc_class"class="anchored"><tdclass="def field"><ahref="#type-context.current_objc_class"class="anchor"></a><code>current_objc_class : <span><ahref="../../../InferGenerated/InferGenerated/Clang_ast_t/index.html#type-decl">InferGenerated.Clang_ast_t.decl</a> option</span>;</code></td><tdclass="doc"><p>If inside an objc class, contains the objc class (impl or interface) decl.</p></td></tr><trid="type-context.current_objc_category"class="anchored"><tdclass="def field"><ahref="#type-context.current_objc_category"class="anchor"></a><code>current_objc_category : <span><ahref="../../../InferGenerated/InferGenerated/Clang_ast_t/index.html#type-decl">InferGenerated.Clang_ast_t.decl</a> option</span>;</code></td><tdclass="doc"><p>If inside an objc category, contains the objc category (impl or interface) decl.</p></td></tr><trid="type-context.current_objc_protocol"class="anchored"><tdclass="def field"><ahref="#type-context.current_objc_protocol"class="anchor"></a><code>current_objc_protocol : <span><ahref="../../../InferGenerated/InferGenerated/Clang_ast_t/index.html#type-decl">InferGenerated.Clang_ast_t.decl</a> option</span>;</code></td><tdclass="doc"><p>If inside an objc protocol, contains the objc protocol decl.</p></td></tr><trid="type-context.et_evaluation_node"class="anchored"><tdclass="def field"><ahref="#type-context.et_evaluation_node"class="anchor"></a><code>et_evaluation_node : <span>string option</span>;</code></td></tr><trid="type-context.if_context"class="anchored"><tdclass="def field"><ahref="#type-context.if_context"class="anchor"></a><code>if_context : <span><ahref="index.html#type-if_context">if_context</a> option</span>;</code></td></tr><trid="type-context.in_for_loop_declaration"class="anchored"><tdclass="def field"><ahref="#type-context.in_for_loop_declaration"class="anchor"></a><code>in_for_loop_declaration : bool;</code></td></tr></table><code>}</code></dt></dl><dl><dtclass="spec value"id="val-empty"><ahref="#val-empty"class="anchor"></a><code><spanclass="keyword">val</span> empty : <ahref="../CFrontend_config/index.html#type-translation_unit_context">CFrontend_config.translation_unit_context</a><span>-></span><ahref="index.html#type-context">context</a></code></dt><dtclass="spec value"id="val-update_current_method"><ahref="#val-update_current_method"class="anchor"></a><code><spanclass="keyword">val</span> update_current_method : <ahref="index.html#type-context">context</a><span>-></span><ahref="../../../InferGenerated/InferGenerated/Clang_ast_t/index.html#type-decl">InferGenerated.Clang_ast_t.decl</a><span>-></span><ahref="index.html#type-context">context</a></code></dt></dl></div></body></html>