Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h497 bool WasPreviousTokenFlowEntry = true; // Start with an imaginary ','. variable
/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp2222 WasPreviousTokenFlowEntry = true; in increment()
2241 if (!WasPreviousTokenFlowEntry) { in increment()
2252 WasPreviousTokenFlowEntry = false; in increment()