Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DSampleProfReader.cpp153 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() local
157 n4 = AfterColon.find_first_of(' '); in ParseLine()
164 uint64_t n5 = AfterColon.find_first_of(':'); in ParseLine()
/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()