HomeSort by relevance Sort by last modified time
    Searched refs:RunOnFile (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/lint/
generic_lint.py 12 def RunOnFile(self, filename, lines):
common_lint.py 73 def RunOnFile(filename, lines):
74 raise Exception('RunOnFile() unimplemented')
81 lint: subclass of BaseLint, implementing RunOnFile()
95 lint.extend(linter.RunOnFile(filename, lines))
cpp_lint.py 76 def RunOnFile(self, filename, lines):

Completed in 24 milliseconds