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
170 LineType Type;
H A DContinuationIndenter.cpp35 LineType LineType) { in shouldIndentWrappedSelectorName() argument
36 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()
H A DTokenAnnotator.cpp1872 LineType parsePreprocessorDirective() { in parsePreprocessorDirective()
1874 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
1943 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()
225 LineTy = LineType::Metadata; in ParseLine()
245 LineTy = LineType::BodyProfile; in ParseLine()
302 LineTy = LineType::CallSiteProfile; in ParseLine()
368 LineType LineTy; in readImpl()
379 if (LineTy != LineType::Metadata && Depth == DepthMetadata) { in readImpl()
393 case LineType::CallSiteProfile: { in readImpl()
402 case LineType::BodyProfile: { in readImpl()
418 case LineType::Metadata: { in readImpl()