Searched refs:ColonPos (Results 1 – 3 of 3) sorted by relevance
245 unsigned ColonPos = 0; member385 if (ColonPos != Other.ColonPos)386 return ColonPos < Other.ColonPos;
821 CurrentState.ColonPos = MinIndent + Current.LongestObjCSelectorName; in addTokenOnCurrentLine()823 CurrentState.ColonPos = FirstColonPos; in addTokenOnCurrentLine()1018 CurrentState.ColonPos = State.Column; in addTokenOnCurrentLine()1111 CurrentState.ColonPos = in addTokenOnNewLine()1120 CurrentState.ColonPos <= NextNonComment->ColumnWidth) { in addTokenOnNewLine()1121 CurrentState.ColonPos = State.Column + NextNonComment->ColumnWidth; in addTokenOnNewLine()1317 return CurrentState.ColonPos + 2; in getNewLineColumn()1524 if (CurrentState.ColonPos > NextNonComment->ColumnWidth) in getNewLineColumn()1525 return CurrentState.ColonPos - NextNonComment->ColumnWidth; in getNewLineColumn()1529 return CurrentState.ColonPos; in getNewLineColumn()
639 size_t ColonPos = ModuleName.find_last_of(':'); in getOrCreateModuleInfo() local641 if (ColonPos != std::string::npos) { in getOrCreateModuleInfo()642 StringRef ArchStr = ModuleName.substr(ColonPos + 1); in getOrCreateModuleInfo()644 BinaryName = ModuleName.substr(0, ColonPos); in getOrCreateModuleInfo()