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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp151 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, function in class:Input
498 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, function in class:Output
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h768 virtual bool preflightKey(const char*, bool, bool, bool &, void *&) = 0;
913 this->preflightKey(Key, Required, sameAsDefault, UseDefault,
929 if ( this->preflightKey(Key, Required, sameAsDefault, UseDefault,
944 if ( this->preflightKey(Key, Required, false, UseDefault, SaveInfo) ) {
1410 bool preflightKey(const char *, bool, bool, bool &, void *&) override;
1557 bool preflightKey(const char *key, bool, bool, bool &, void *&) override;

Completed in 216 milliseconds