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()
2638 const char *SpacePos = nullptr; in isEndOfBlockCommentWithEscapedNewLine() local2656 SpacePos = CurPtr; in isEndOfBlockCommentWithEscapedNewLine()2697 if (SpacePos && !L->isLexingRawMode()) in isEndOfBlockCommentWithEscapedNewLine()2698 L->Diag(SpacePos, diag::backslash_newline_space); in isEndOfBlockCommentWithEscapedNewLine()
1045 size_t SpacePos = MatchStr.substr(0, VarEndIdx).find_first_of(" \t"); in parsePattern() local1046 if (SpacePos != StringRef::npos) { in parsePattern()1047 SM.PrintMessage(SMLoc::getFromPointer(MatchStr.data() + SpacePos), in parsePattern()