Searched refs:AfterColon (Results 1 – 2 of 2) sorted by relevance
153 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local157 n4 = AfterColon.find_first_of(' '); in ParseLine()164 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
1571 SourceLocation AfterColon = Lexer::findLocationAfterToken(D->getLocEnd(), in GenerateFixForUnusedDecl() local1573 if (AfterColon.isInvalid()) in GenerateFixForUnusedDecl()1576 getCharRange(D->getLocStart(), AfterColon)); in GenerateFixForUnusedDecl()