Searched refs:HasCustomParsing (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 54 unsigned HasCustomParsing : 1; member 80 HasCustomParsing(0), AcceptsExprPack(0), IsTargetSpecific(0), IsType(0), in AttrKind() 85 unsigned HasCustomParsing, unsigned AcceptsExprPack, in ParsedAttrInfo() 92 NumArgMembers(NumArgMembers), HasCustomParsing(HasCustomParsing), in ParsedAttrInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 163 return getInfo().HasCustomParsing; in hasCustomParsing()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Attr.td | 568 bit HasCustomParsing = 0; 641 // subjects differ, should specify HasCustomParsing = 1 and implement their 841 let HasCustomParsing = 1; 856 let HasCustomParsing = 1; 954 let HasCustomParsing = 1; 965 let HasCustomParsing = 1; 1647 let HasCustomParsing = 1; 1705 let HasCustomParsing = 1; 2149 let HasCustomParsing = 1; 2465 let HasCustomParsing = 1; [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | InternalsManual.rst | 2913 attributes is automated except when ``HasCustomParsing`` is set to ``1``. 2982 semantic form, the ``HasCustomParsing`` bit can be set to ``1`` for the class,
|