OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 76 milliseconds