Lines Matching full:private
35 private bl: number | undefined; // bound left
36 private br: number | undefined; // bound right
37 private l: number = -1; // line number
38 private c: number = -1; // column number
39 private nodeKind: NodeKind | undefined = NodeKind.FirstNodeOfFunction;
94 private n = ""; // name
96 private v: Variable | undefined; // variables
98 private s = ""; // signature
100 private st = ""; // signature type
102 private r: number = -1;
103 private start: number = -1;
105 private len: number = -1;
137 private static scopeArray: Scope[] = [];
138 private static lastNode: ts.Node;
235 private static matchFormat(irnode: IRNode): number {
252 private static getIRNodeWholeLength(irnode: IRNode): number {
278 private static setPosDebugInfo(pandaGen: PandaGen) {
304 private static setVariablesDebugInfo(pandaGen: PandaGen) {