HomeSort by relevance Sort by last modified time
    Searched refs:TheLine (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 168 const AnnotatedLine *TheLine = *I;
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->Last)
    [all...]
TokenAnalyzer.cpp 128 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) {
130 UnwrappedLines.back().push_back(TheLine);
TokenAnalyzer.h 92 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.h 495 SPIRVLine(const SPIRVEntry *TheTarget, SPIRVId TheFileName, SPIRVWord TheLine,
497 :SPIRVAnnotation(TheTarget, WC), FileName(TheFileName), Line(TheLine),

Completed in 949 milliseconds