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

  /external/llvm/include/llvm/Support/
YAMLTraits.h 334 virtual bool preflightKey(const char*, bool, bool, bool &, void *&) = 0;
415 if ( this->preflightKey(Key, Required, sameAsDefault, UseDefault,
430 if ( this->preflightKey(Key, Required, false, UseDefault, SaveInfo) ) {
700 virtual bool preflightKey(const char *, bool, bool, bool &, void *&);
830 virtual bool preflightKey(const char *key, bool, bool, bool &, void *&);
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 94 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault,
384 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault,

Completed in 20 milliseconds