Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Support/
HDYAMLParser.h418 WasPreviousTokenFlowEntry(true), // Start with an imaginary ','. in SequenceNode()
446 bool WasPreviousTokenFlowEntry; variable
/trueos/contrib/llvm/lib/Support/
HDYAMLParser.cpp2024 WasPreviousTokenFlowEntry = true; in increment()
2042 if (!WasPreviousTokenFlowEntry) { in increment()
2053 WasPreviousTokenFlowEntry = false; in increment()