Searched refs:AfterColon (Results 1 – 2 of 2) sorted by relevance
154 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local158 n4 = AfterColon.find_first_of(' '); in ParseLine()165 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
1738 SourceLocation AfterColon = Lexer::findLocationAfterToken( in GenerateFixForUnusedDecl() local1741 if (AfterColon.isInvalid()) in GenerateFixForUnusedDecl()1744 CharSourceRange::getCharRange(D->getBeginLoc(), AfterColon)); in GenerateFixForUnusedDecl()