Home
last modified time | relevance | path

Searched refs:KnownToGCC (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DAttr.td196 bit KnownToGCC;
212 // sets KnownToGCC to 1. This spelling should be used for any GCC-compatible
215 let KnownToGCC = 1;
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp50 const std::string &Namespace, bool KnownToGCC) : in FlattenedSpelling() argument
51 V(Variety), N(Name), NS(Namespace), K(KnownToGCC) {} in FlattenedSpelling()
/external/llvm-project/clang/utils/TableGen/
DClangAttrEmitter.cpp55 const std::string &Namespace, bool KnownToGCC) : in FlattenedSpelling() argument
56 V(Variety), N(Name), NS(Namespace), K(KnownToGCC) {} in FlattenedSpelling()