Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DMacros.h251 InProgress, // During a macro reconstruction. enumerator
H A DMacroCallReconstructor.cpp57 assert(InProgress || finished()); in addLine()
284 State = InProgress; in startReconstruction()