Searched refs:AfterColon (Results 1 – 3 of 3) sorted by relevance
276 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local280 n4 = AfterColon.find_first_of(' '); in ParseLine()287 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
2511 * ``BCIS_AfterColon`` (in configuration: ``AfterColon``)2550 * ``BILS_AfterColon`` (in configuration: ``AfterColon``)
2086 SourceLocation AfterColon = Lexer::findLocationAfterToken( in GenerateFixForUnusedDecl() local2089 if (AfterColon.isInvalid()) in GenerateFixForUnusedDecl()2092 CharSourceRange::getCharRange(D->getBeginLoc(), AfterColon)); in GenerateFixForUnusedDecl()