Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp200 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local
204 n4 = AfterColon.find_first_of(' '); in ParseLine()
211 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1873 SourceLocation AfterColon = Lexer::findLocationAfterToken( in GenerateFixForUnusedDecl() local
1876 if (AfterColon.isInvalid()) in GenerateFixForUnusedDecl()
1879 CharSourceRange::getCharRange(D->getBeginLoc(), AfterColon)); in GenerateFixForUnusedDecl()