Searched refs:SpacePos (Results 1 – 3 of 3) sorted by relevance
143 size_t SpacePos = Line.find(' '); in ParseDFTLine() local144 if (SpacePos == std::string::npos) in ParseDFTLine()149 const char *Beg = Line.c_str() + SpacePos + 1; in ParseDFTLine()
2764 const char *SpacePos = nullptr; in isEndOfBlockCommentWithEscapedNewLine() local2782 SpacePos = CurPtr; in isEndOfBlockCommentWithEscapedNewLine()2823 if (SpacePos && !L->isLexingRawMode()) in isEndOfBlockCommentWithEscapedNewLine()2824 L->Diag(SpacePos, diag::backslash_newline_space); in isEndOfBlockCommentWithEscapedNewLine()
895 size_t SpacePos = MatchStr.substr(0, VarEndIdx).find_first_of(" \t"); in parsePattern() local896 if (SpacePos != StringRef::npos) { in parsePattern()897 SM.PrintMessage(SMLoc::getFromPointer(MatchStr.data() + SpacePos), in parsePattern()