Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp285 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local
289 n4 = AfterColon.find_first_of(' '); in ParseLine()
296 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
/freebsd/contrib/llvm-project/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()