Searched refs:topBracket (Results 1 – 2 of 2) sorted by relevance
629 Bracket bracket = this->topBracket(); in checkForWord()2936 if (Bracket::kPound == this->topBracket()) { in parseChar()2952 } else if (Bracket::kSlashSlash == this->topBracket()) { in parseChar()2972 if (Bracket::kSlashStar == this->topBracket()) { in parseChar()2989 if (Bracket::kChar == this->topBracket()) { in parseChar()2999 if (Bracket::kString == this->topBracket()) { in parseChar()3093 if (match == this->topBracket()) { in parseChar()3100 } else if (')' == test && Bracket::kDebugCode == this->topBracket()) { in parseChar()3102 } else if (Bracket::kAngle == this->topBracket() in parseChar()3126 if (Bracket::kPound == this->topBracket()) { in parseChar()[all …]
227 Bracket bracket = this->topBracket(); in popBracket()272 Bracket topBracket() const;