Searched defs:NextStart (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp153 size_t NextStart = 0; local
155 while (!Lexer.LexFromRawLexer(Token) && NextStart < 2) {
156 if (Token.isAtStartOfLine() && NextStart++ > 0)
/external/clang/lib/Basic/
H A DSourceManager.cpp2163 llvm::Optional<unsigned> NextStart) {
2166 if (NextStart)
2167 out << *NextStart << ">\n";
2204 llvm::Optional<unsigned> NextStart; local
2208 DumpSLocEntry(ID, LoadedSLocEntryTable[Index], NextStart);
2209 NextStart = LoadedSLocEntryTable[Index].getOffset();
2211 NextStart = None;
/external/v8/src/compiler/
H A Dregister-allocator.h94 LifetimePosition NextStart() const { function in class:v8::internal::compiler::final

Completed in 813 milliseconds