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

/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp774 std::vector<Record*> Spellings = R.getValueAsListOfDefs("Spellings"); local
793 if (Spellings.begin() != Spellings.end()) {
794 std::string Spelling = (*Spellings.begin())->getValueAsString("Name");
968 std::vector<Record*> Spellings = Attr.getValueAsListOfDefs("Spellings"); local
970 for (std::vector<Record*>::const_iterator I = Spellings.begin(), E = Spellings.end(); I != E; ++I) {
990 std::vector<Record*> Spellings local
1097 std::vector<Record*> Spellings = Attr.getValueAsListOfDefs("Spellings"); local
1132 std::vector<Record*> Spellings = Attr.getValueAsListOfDefs("Spellings"); local
[all...]

Completed in 189 milliseconds