Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp190 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local
194 n4 = AfterColon.find_first_of(' '); in ParseLine()
201 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1955 * ``BCIS_AfterColon`` (in configuration: ``AfterColon``)
1992 * ``BILS_AfterColon`` (in configuration: ``AfterColon``)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp1860 SourceLocation AfterColon = Lexer::findLocationAfterToken( in GenerateFixForUnusedDecl() local
1863 if (AfterColon.isInvalid()) in GenerateFixForUnusedDecl()
1866 CharSourceRange::getCharRange(D->getBeginLoc(), AfterColon)); in GenerateFixForUnusedDecl()