Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp4015 bool IsDerived = false; in parseRecord() local
4071 if (!ClassName || IsDerived || JSPastExtendsOrImplements) in parseRecord()
4090 IsDerived = true; in parseRecord()
4091 } else if (!IsDerived && FormatTok->is(tok::identifier) && in parseRecord()