Searched refs:getNamespaceToken (Results 1 – 4 of 4) sorted by relevance
248 getNamespaceToken(const AnnotatedLine *Line, in getNamespaceToken() function267 return NamespaceTok->getNamespaceToken(); in getNamespaceToken()273 const FormatToken *NamespaceTok = getNamespaceToken(Line, AnnotatedLines); in getNamespaceTokenText()310 getNamespaceToken(EndLine, AnnotatedLines); in analyze()
30 getNamespaceToken(const AnnotatedLine *Line,
189 return AnnotatedLines[StartLineIndex]->First->getNamespaceToken(); in getMatchingNamespaceToken()193 const FormatToken *NamespaceToken = Line->First->getNamespaceToken(); in getNamespaceTokenText()285 if (Tok && Tok->getNamespaceToken()) { in tryFitMultipleLinesInOne()369 if (auto nsToken = TheLine->First->getNamespaceToken()) { in tryFitMultipleLinesInOne()1434 !getNamespaceToken(&Line, Lines)) { in formatFirstToken()
779 const FormatToken *getNamespaceToken() const { in getNamespaceToken() function