Home
last modified time | relevance | path

Searched defs:SimpleKey (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp189 struct SimpleKey { struct
190 TokenQueueT::iterator Tok;
191 unsigned Column;
192 unsigned Line;
193 unsigned FlowLevel;
194 bool IsRequired;
196 bool operator ==(const SimpleKey &Other) { in operator ==()