Searched defs:getValueAsListOfStrings (Results 1 - 2 of 2) sorted by relevance

/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp25 getValueAsListOfStrings(Record &R, StringRef FieldName) { function
498 values(getValueAsListOfStrings(Arg, "Values")),
499 enums(getValueAsListOfStrings(Arg, "Enums")),
/external/llvm/lib/TableGen/
H A DRecord.cpp1887 /// getValueAsListOfStrings - This method looks up the specified field and
1892 Record::getValueAsListOfStrings(StringRef FieldName) const { function in class:Record

Completed in 135 milliseconds