Home | History | Annotate | Download | only in Sema

Lines Matching defs:Variable

490 /// uninitialized use of a variable.
522 // FIXME: This also happens if the first use of a variable is always
629 /// uninitialized variable. This manages the different forms of diagnostic
638 // Inspect the initializer of the variable declaration which is
674 // Report where the variable was declared when the use wasn't within
1025 // loop if the base object is a local variable -- local variables are often
1106 Variable,
1114 ObjectKind = Variable;
1201 // variable, but the root cause is an idiomatic self-init. We want
1220 // Skip further diagnostics for this variable. We try to warn only
1221 // on the first point at which a variable is used uninitialized.