Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h23 enum LineType { enum
177 LineType Type;
H A DContinuationIndenter.cpp35 LineType LineType) { in shouldIndentWrappedSelectorName() argument
36 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()
H A DTokenAnnotator.cpp1886 LineType parsePreprocessorDirective() { in parsePreprocessorDirective()
1888 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
1957 LineType parseLine() { in parseLine()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp196 enum class LineType { enum
214 static bool ParseLine(const StringRef &Input, LineType &LineTy, uint32_t &Depth, in ParseLine()
226 LineTy = LineType::Metadata; in ParseLine()
253 LineTy = LineType::BodyProfile; in ParseLine()
310 LineTy = LineType::CallSiteProfile; in ParseLine()
378 LineType LineTy; in readImpl()
390 if (LineTy != LineType::Metadata && Depth == DepthMetadata) { in readImpl()
404 case LineType::CallSiteProfile: { in readImpl()
413 case LineType::BodyProfile: { in readImpl()
426 case LineType::Metadata: { in readImpl()