Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h511 bool WasPreviousTokenFlowEntry = true; // Start with an imaginary ','. variable
/src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp2433 WasPreviousTokenFlowEntry = true; in increment()
2452 if (!WasPreviousTokenFlowEntry) { in increment()
2463 WasPreviousTokenFlowEntry = false; in increment()