Searched refs:cxx0x (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 121 bool declspec, bool cxx0x) in AttributeList() argument 125 DeclspecAttribute(declspec), CXX0XAttribute(cxx0x), Invalid(false), in AttributeList() 138 bool declspec, bool cxx0x) in AttributeList() argument 141 NumArgs(0), DeclspecAttribute(declspec), CXX0XAttribute(cxx0x), in AttributeList() 447 bool declspec = false, bool cxx0x = false) { 454 declspec, cxx0x)); 464 bool declspec = false, bool cxx0x = false) { 471 declspec, cxx0x)); 573 bool declspec = false, bool cxx0x = false) { 576 args, numArgs, declspec, cxx0x); [all …]
|
/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 82 LANGSTANDARD(cxx0x, "c++0x",
|