Home
last modified time | relevance | path

Searched refs:AfterColon (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp276 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local
280 n4 = AfterColon.find_first_of(' '); in ParseLine()
287 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst2511 * ``BCIS_AfterColon`` (in configuration: ``AfterColon``)
2550 * ``BILS_AfterColon`` (in configuration: ``AfterColon``)
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp2086 SourceLocation AfterColon = Lexer::findLocationAfterToken( in GenerateFixForUnusedDecl() local
2089 if (AfterColon.isInvalid()) in GenerateFixForUnusedDecl()
2092 CharSourceRange::getCharRange(D->getBeginLoc(), AfterColon)); in GenerateFixForUnusedDecl()