Searched refs:AfterColon (Results 1 – 2 of 2) sorted by relevance
200 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local204 n4 = AfterColon.find_first_of(' '); in ParseLine()211 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
1873 SourceLocation AfterColon = Lexer::findLocationAfterToken( in GenerateFixForUnusedDecl() local1876 if (AfterColon.isInvalid()) in GenerateFixForUnusedDecl()1879 CharSourceRange::getCharRange(D->getBeginLoc(), AfterColon)); in GenerateFixForUnusedDecl()