Lines Matching defs:varName
452 VarName;", but the compiler creates a __Block_byref_x_VarName struct, and
453 gives the variable VarName either the struct, or a pointer to the struct, as
463 However now the debugger will expect the variable VarName to have the type
479 SomeType VarName;
491 3). Add the offset for the field VarName, to find the actual variable.
519 StringRef varName = DV.getName();
541 else if (fieldName == varName)