HomeSort by: relevance | last modified time | path
    Searched defs:Spellings (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h 60 /// True if this attribute has any spellings that are known to gcc.
69 ArrayRef<Spelling> Spellings;
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp 76 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings");
79 for (const auto &Spelling : Spellings) {
1393 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R);
1396 if (Spellings.empty()) {
1406 for (unsigned I = 0; I < Spellings.size(); ++I)
1408 " return \"" << Spellings[I].name() << "\";\n";
1419 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R);
1424 if (Spellings.empty()) {
1436 for (unsigned I = 0; I < Spellings.size(); ++ I)
    [all...]

Completed in 55 milliseconds