Searched refs:preflightElement (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp226 bool Input::preflightElement(unsigned Index, void *&SaveInfo) { function in class:Input
571 bool Output::preflightElement(unsigned, void *&) { function in class:Output
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h755 virtual bool preflightElement(unsigned, void *&) = 0;
1146 if ( io.preflightElement(i, SaveInfo) ) {
1417 bool preflightElement(unsigned index, void *&) override;
1564 bool preflightElement(unsigned, void *&) override;

Completed in 107 milliseconds