Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/
D_clang-format44 BreakConstructorInitializers: AfterColon
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp154 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local
158 n4 = AfterColon.find_first_of(' '); in ParseLine()
165 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp154 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local
158 n4 = AfterColon.find_first_of(' '); in ParseLine()
165 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst1436 * ``BCIS_AfterColon`` (in configuration: ``AfterColon``)
1473 * ``BILS_AfterColon`` (in configuration: ``AfterColon``)
/external/clang/lib/Sema/
DSemaDecl.cpp1571 SourceLocation AfterColon = Lexer::findLocationAfterToken(D->getLocEnd(), in GenerateFixForUnusedDecl() local
1573 if (AfterColon.isInvalid()) in GenerateFixForUnusedDecl()
1576 getCharRange(D->getLocStart(), AfterColon)); in GenerateFixForUnusedDecl()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp1861 SourceLocation AfterColon = Lexer::findLocationAfterToken( in GenerateFixForUnusedDecl() local
1864 if (AfterColon.isInvalid()) in GenerateFixForUnusedDecl()
1867 CharSourceRange::getCharRange(D->getBeginLoc(), AfterColon)); in GenerateFixForUnusedDecl()