Searched refs:AfterColon (Results 1 – 3 of 3) sorted by relevance
190 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local194 n4 = AfterColon.find_first_of(' '); in ParseLine()201 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
1955 * ``BCIS_AfterColon`` (in configuration: ``AfterColon``)1992 * ``BILS_AfterColon`` (in configuration: ``AfterColon``)
1860 SourceLocation AfterColon = Lexer::findLocationAfterToken( in GenerateFixForUnusedDecl() local1863 if (AfterColon.isInvalid()) in GenerateFixForUnusedDecl()1866 CharSourceRange::getCharRange(D->getBeginLoc(), AfterColon)); in GenerateFixForUnusedDecl()