Searched refs:ColonPos (Results 1 – 3 of 3) sorted by relevance
244 unsigned ColonPos = 0; member380 if (ColonPos != Other.ColonPos)381 return ColonPos < Other.ColonPos;
781 CurrentState.ColonPos = MinIndent + Current.LongestObjCSelectorName; in addTokenOnCurrentLine()783 CurrentState.ColonPos = FirstColonPos; in addTokenOnCurrentLine()923 CurrentState.ColonPos = State.Column; in addTokenOnCurrentLine()1016 CurrentState.ColonPos = in addTokenOnNewLine()1025 CurrentState.ColonPos <= NextNonComment->ColumnWidth) { in addTokenOnNewLine()1026 CurrentState.ColonPos = State.Column + NextNonComment->ColumnWidth; in addTokenOnNewLine()1216 return CurrentState.ColonPos + 2; in getNewLineColumn()1408 if (CurrentState.ColonPos > NextNonComment->ColumnWidth) in getNewLineColumn()1409 return CurrentState.ColonPos - NextNonComment->ColumnWidth; in getNewLineColumn()1413 return CurrentState.ColonPos; in getNewLineColumn()
606 size_t ColonPos = ModuleName.find_last_of(':'); in getOrCreateModuleInfo() local608 if (ColonPos != std::string::npos) { in getOrCreateModuleInfo()609 std::string ArchStr = ModuleName.substr(ColonPos + 1); in getOrCreateModuleInfo()611 BinaryName = ModuleName.substr(0, ColonPos); in getOrCreateModuleInfo()