Searched refs:ColonPos (Results 1 – 3 of 3) sorted by relevance
249 unsigned ColonPos = 0; member385 if (ColonPos != Other.ColonPos)386 return ColonPos < Other.ColonPos;
771 CurrentState.ColonPos = MinIndent + Current.LongestObjCSelectorName; in addTokenOnCurrentLine()773 CurrentState.ColonPos = FirstColonPos; in addTokenOnCurrentLine()913 CurrentState.ColonPos = State.Column; in addTokenOnCurrentLine()1006 CurrentState.ColonPos = in addTokenOnNewLine()1015 CurrentState.ColonPos <= NextNonComment->ColumnWidth) { in addTokenOnNewLine()1016 CurrentState.ColonPos = State.Column + NextNonComment->ColumnWidth; in addTokenOnNewLine()1206 return CurrentState.ColonPos + 2; in getNewLineColumn()1387 if (CurrentState.ColonPos > NextNonComment->ColumnWidth) in getNewLineColumn()1388 return CurrentState.ColonPos - NextNonComment->ColumnWidth; in getNewLineColumn()1392 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()