Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp202 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local
206 n4 = AfterColon.find_first_of(' '); in ParseLine()
213 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2268 * ``BCIS_AfterColon`` (in configuration: ``AfterColon``)
2305 * ``BILS_AfterColon`` (in configuration: ``AfterColon``)
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp2056 SourceLocation AfterColon = Lexer::findLocationAfterToken( in GenerateFixForUnusedDecl() local
2059 if (AfterColon.isInvalid()) in GenerateFixForUnusedDecl()
2062 CharSourceRange::getCharRange(D->getBeginLoc(), AfterColon)); in GenerateFixForUnusedDecl()