Home
last modified time | relevance | path

Searched refs:LineType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.h24 enum LineType { enum
126 LineType Type;
H A DContinuationIndenter.cpp33 LineType LineType) { in shouldIndentWrappedSelectorName() argument
34 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()
H A DTokenAnnotator.cpp1320 LineType parsePreprocessorDirective() { in parsePreprocessorDirective()
1322 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
1389 LineType parseLine() { in parseLine()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp121 enum class LineType { enum
139 static bool ParseLine(const StringRef &Input, LineType &LineTy, uint32_t &Depth, in ParseLine()
150 LineTy = LineType::Metadata; in ParseLine()
170 LineTy = LineType::BodyProfile; in ParseLine()
227 LineTy = LineType::CallSiteProfile; in ParseLine()
294 LineType LineTy; in readImpl()
305 if (LineTy != LineType::Metadata && Depth == DepthMetadata) { in readImpl()
319 case LineType::CallSiteProfile: { in readImpl()
328 case LineType::BodyProfile: { in readImpl()
342 case LineType::Metadata: { in readImpl()