Searched refs:TheLine (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp168 const AnnotatedLine *TheLine = *I; local
169 if (TheLine->Last->is(TT_LineComment))
173 if (TheLine->InPPDirective &&
184 Limit = TheLine->Last->TotalLength > Limit
186 : Limit - TheLine->Last->TotalLength;
188 // FIXME: TheLine->Level != 0 might or might not be the right check to do.
195 TheLine->Level != 0);
197 if (TheLine->Last->is(TT_FunctionLBrace) &&
198 TheLine->First != TheLine
822 const AnnotatedLine &TheLine = *Line; local
[all...]
H A DTokenAnalyzer.cpp128 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) { argument
130 UnwrappedLines.back().push_back(TheLine);
H A DTokenAnalyzer.h92 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVEntry.h495 SPIRVLine(const SPIRVEntry *TheTarget, SPIRVId TheFileName, SPIRVWord TheLine, argument
497 :SPIRVAnnotation(TheTarget, WC), FileName(TheFileName), Line(TheLine),

Completed in 134 milliseconds