Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.h24 enum LineType { enum
131 LineType Type;
H A DContinuationIndenter.cpp34 LineType LineType) { in shouldIndentWrappedSelectorName() argument
35 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()
H A DTokenAnnotator.cpp1386 LineType parsePreprocessorDirective() { in parsePreprocessorDirective()
1388 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
1455 LineType parseLine() { in parseLine()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp195 enum class LineType { enum
213 static bool ParseLine(const StringRef &Input, LineType &LineTy, uint32_t &Depth, in ParseLine()
224 LineTy = LineType::Metadata; in ParseLine()
244 LineTy = LineType::BodyProfile; in ParseLine()
301 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()
416 case LineType::Metadata: { in readImpl()