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 478 virtual bool preflightKey(const char*, bool, bool, bool &, void *&) = 0;
595 if (this->preflightKey(Key, Required, sameAsDefault, UseDefault,
611 if ( this->preflightKey(Key, Required, sameAsDefault, UseDefault,
626 if ( this->preflightKey(Key, Required, false, UseDefault, SaveInfo) ) {
958 bool preflightKey(const char *, bool, bool, bool &, void *&) override;
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 124 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault,
436 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault,

Completed in 408 milliseconds