HomeSort by relevance Sort by last modified time
    Searched refs:SaveInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
YAMLTraits.cpp 125 void *&SaveInfo) {
152 SaveInfo = CurrentNode;
157 void Input::postflightKey(void *saveInfo) {
158 CurrentNode = reinterpret_cast<HNode *>(saveInfo);
198 bool Input::preflightElement(unsigned Index, void *&SaveInfo) {
202 SaveInfo = CurrentNode;
209 void Input::postflightElement(void *SaveInfo) {
210 CurrentNode = reinterpret_cast<HNode *>(SaveInfo);
215 bool Input::preflightFlowElement(unsigned index, void *&SaveInfo) {
219 SaveInfo = CurrentNode
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 590 void *SaveInfo;
596 SaveInfo)) {
598 this->postflightKey(SaveInfo);
608 void *SaveInfo;
612 SaveInfo) ) {
614 this->postflightKey(SaveInfo);
624 void *SaveInfo;
626 if ( this->preflightKey(Key, Required, false, UseDefault, SaveInfo) ) {
628 this->postflightKey(SaveInfo);
748 void *SaveInfo;
    [all...]

Completed in 6001 milliseconds