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 445 virtual bool preflightKey(const char*, bool, bool, bool &, void *&) = 0;
547 if (this->preflightKey(Key, Required, sameAsDefault, UseDefault,
563 if ( this->preflightKey(Key, Required, sameAsDefault, UseDefault,
578 if ( this->preflightKey(Key, Required, false, UseDefault, SaveInfo) ) {
890 bool preflightKey(const char *, bool, bool, bool &, void *&) override;
1015 bool preflightKey(const char *key, bool, bool, bool &, void *&) override;
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 116 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault,
420 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault,

Completed in 3599 milliseconds