Lines Matching refs:fPunctuation
1735 } while (Punctuation::kSemicolon != wordIter->fPunctuation); in findCommentAfter()
1760 || Punctuation::kAsterisk != testIter->fPunctuation)) { in findComments()
1985 if (Punctuation::kLeftBrace != iter->fPunctuation) { in parseClass()
2457 SkASSERT(Punctuation::kLeftBrace == tokenIter->fPunctuation); in parseEnumConst()
2583 if (Punctuation::kSemicolon == testIter->fPunctuation in parseMethod()
2584 || Punctuation::kLeftBrace == testIter->fPunctuation in parseMethod()
2585 || Punctuation::kColon == testIter->fPunctuation) { in parseMethod()
2625 SkASSERT(Punctuation::kSemicolon == testIter->fPunctuation in parseMethod()
2626 || Punctuation::kLeftBrace == testIter->fPunctuation in parseMethod()
2627 || Punctuation::kColon == testIter->fPunctuation); in parseMethod()
3344 if (Punctuation::kSemicolon == tokenWalker->fPunctuation) { in parseChar()