Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DYAMLParser.h455 WasPreviousTokenFlowEntry(true), // Start with an imaginary ','. in SequenceNode()
479 bool WasPreviousTokenFlowEntry; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h458 WasPreviousTokenFlowEntry(true), // Start with an imaginary ','. in SequenceNode()
482 bool WasPreviousTokenFlowEntry; variable
/external/llvm/lib/Support/
DYAMLParser.cpp2225 WasPreviousTokenFlowEntry = true; in increment()
2243 if (!WasPreviousTokenFlowEntry) { in increment()
2254 WasPreviousTokenFlowEntry = false; in increment()