Home
last modified time | relevance | path

Searched refs:DistinctSpellings (Results 1 – 2 of 2) sorted by relevance

/external/clang/utils/TableGen/
DClangAttrEmitter.cpp1419 bool DistinctSpellings = Attr.getValueAsBit("DistinctSpellings"); in EmitClangAttrParsedAttrList() local
1422 if (DistinctSpellings) { in EmitClangAttrParsedAttrList()
1455 bool DistinctSpellings = Attr.getValueAsBit("DistinctSpellings"); in EmitClangAttrParsedAttrKinds() local
1462 StringRef AttrName = NormalizeAttrName(DistinctSpellings in EmitClangAttrParsedAttrKinds()
/external/clang/include/clang/Basic/
DAttr.td124 bit DistinctSpellings = 0;
593 let DistinctSpellings = 1;