OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchEnumScalar
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
YAMLTraits.h
449
virtual bool
matchEnumScalar
(const char*, bool) = 0;
462
if (
matchEnumScalar
(Str, outputting() && Val == ConstVal) ) {
470
if (
matchEnumScalar
(Str, outputting() && Val == static_cast<T>(ConstVal)) ) {
901
bool
matchEnumScalar
(const char*, bool) override;
1026
bool
matchEnumScalar
(const char*, bool) override;
[
all
...]
/external/llvm/lib/Support/
YAMLTraits.cpp
222
bool Input::
matchEnumScalar
(const char *Str, bool) {
507
bool Output::
matchEnumScalar
(const char *Str, bool Match) {
Completed in 43 milliseconds