Searched refs:isArg (Results 1 – 4 of 4) sorted by relevance
385 bool isArg = false; // True if token is part of the current argument. in collectMacroArgs() local390 isArg = true; in collectMacroArgs()394 isArg = openParens != 0; in collectMacroArgs()403 isArg = openParens != 1; in collectMacroArgs()406 isArg = true; in collectMacroArgs()409 if (isArg) in collectMacroArgs()
379 bool isArg = false; // True if token is part of the current argument. in collectMacroArgs() local384 isArg = true; in collectMacroArgs()388 isArg = openParens != 0; in collectMacroArgs()397 isArg = openParens != 1; in collectMacroArgs()400 isArg = true; in collectMacroArgs()403 if (isArg) in collectMacroArgs()
253 bool isArg() const { in isArg() function
1765 if (type.isArg()) { in genTypeInterfaceMethods()