Home
last modified time | relevance | path

Searched refs:__isMatchAtStart (Results 1 – 1 of 1) sorted by relevance

/art/tools/
Dchecker.py244 def __isMatchAtStart(self, match): member in CheckLine
267 if self.__isMatchAtStart(matchWhitespace):
272 elif self.__isMatchAtStart(matchPattern):
276 elif self.__isMatchAtStart(matchVariable):
330 if (match is None) or (not isAfterSeparator and not self.__isMatchAtStart(match)):