|
def | BeautifyCode (string) |
|
def | ConvertFromPumpSource (src_text) |
|
def | Eof () |
|
def | FindFirst (lines, token_table, cursor) |
|
def | FindFirstInLine (line, token_table) |
|
def | IsHeaderGuardIncludeOrOneLineIWYUPragma (line) |
|
def | IsInPreprocessorDirective (prev_lines, cur_line) |
|
def | IsMultiLineIWYUPragma (line) |
|
def | IsSingleLineComment (cur_line) |
|
def | main (argv) |
|
def | MakeToken (lines, start, end, token_type) |
|
def | ParseAtomicCodeNode (tokens) |
|
def | ParseCodeNode (tokens) |
|
def | ParseElseNode (tokens) |
|
def | ParseExpNode (token) |
|
def | ParseExpTokenInParens (lines, pos) |
|
def | ParseToAST (pump_src_text) |
|
def | ParseToken (lines, pos, regex, token_type) |
|
def | PeekToken (a_list) |
|
def | PopFront (a_list) |
|
def | PopToken (a_list, token_type=None) |
|
def | PushFront (a_list, elem) |
|
def | RStripNewLineFromToken (token) |
|
def | RunAtomicCode (env, node, output) |
|
def | RunCode (env, code_node, output) |
|
def | Skip (lines, pos, regex) |
|
def | SkipUntil (lines, pos, regex, token_type) |
|
def | StartsWith (lines, pos, string) |
|
def | StripMetaComments (str) |
|
def | SubString (lines, start, end) |
|
def | Tokenize (s) |
|
def | TokenizeLines (lines, pos) |
|
def | WrapCode (line, line_concat, output) |
|
def | WrapComment (line, output) |
|
def | WrapLongLine (line, output) |
|
def | WrapPlainCode (line, output) |
|
def | WrapPreprocessorDirective (line, output) |
|