Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h26 enum LineType { enum
128 LineType Type;
H A DContinuationIndenter.cpp31 LineType LineType) { in shouldIndentWrappedSelectorName() argument
32 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl; in shouldIndentWrappedSelectorName()
H A DTokenAnnotator.cpp1237 LineType parsePreprocessorDirective() { in parsePreprocessorDirective()
1239 LineType Type = LT_PreprocessorDirective; in parsePreprocessorDirective()
1301 LineType parseLine() { in parseLine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp119 enum class LineType { enum
137 static bool ParseLine(const StringRef &Input, LineType &LineTy, uint32_t &Depth, in ParseLine()
148 LineTy = LineType::Metadata; in ParseLine()
168 LineTy = LineType::BodyProfile; in ParseLine()
225 LineTy = LineType::CallSiteProfile; in ParseLine()
292 LineType LineTy; in readImpl()
303 if (SeenMetadata && LineTy != LineType::Metadata) { in readImpl()
317 case LineType::CallSiteProfile: { in readImpl()
325 case LineType::BodyProfile: { in readImpl()
339 case LineType::Metadata: { in readImpl()