Searched refs:AfterColon (Results 1 – 3 of 3) sorted by relevance
202 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local206 n4 = AfterColon.find_first_of(' '); in ParseLine()213 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
2268 * ``BCIS_AfterColon`` (in configuration: ``AfterColon``)2305 * ``BILS_AfterColon`` (in configuration: ``AfterColon``)
2056 SourceLocation AfterColon = Lexer::findLocationAfterToken( in GenerateFixForUnusedDecl() local2059 if (AfterColon.isInvalid()) in GenerateFixForUnusedDecl()2062 CharSourceRange::getCharRange(D->getBeginLoc(), AfterColon)); in GenerateFixForUnusedDecl()