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
338
virtual bool
matchEnumScalar
(const char*, bool) = 0;
351
if (
matchEnumScalar
(Str, outputting() && Val == ConstVal) ) {
359
if (
matchEnumScalar
(Str, outputting() && Val == static_cast<T>(ConstVal)) ) {
711
virtual bool
matchEnumScalar
(const char*, bool);
833
virtual bool
matchEnumScalar
(const char*, bool);
[
all
...]
/external/llvm/lib/Support/
YAMLTraits.cpp
191
bool Input::
matchEnumScalar
(const char *Str, bool) {
471
bool Output::
matchEnumScalar
(const char *Str, bool Match) {
Completed in 1018 milliseconds