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,
182 return AnnotatedLines[StartLineIndex]->First->getNamespaceToken(); in getMatchingNamespaceToken()186 const FormatToken *NamespaceToken = Line->First->getNamespaceToken(); in getNamespaceTokenText()278 if (Tok && Tok->getNamespaceToken()) { in tryFitMultipleLinesInOne()362 if (auto nsToken = TheLine->First->getNamespaceToken()) { in tryFitMultipleLinesInOne()1412 !getNamespaceToken(&Line, Lines)) { in formatFirstToken()
746 const FormatToken *getNamespaceToken() const { in getNamespaceToken() function