Lines Matching refs:topBracket
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()
3129 if (Bracket::kAngle == this->topBracket()) { in parseChar()
3145 if (fInDefine && !fInBrace && Bracket::kPound == this->topBracket()) { in parseChar()
3645 Bracket IncludeParser::topBracket() const { in topBracket() function in IncludeParser