Searched refs:HasCustomParsing (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 163 return getInfo().HasCustomParsing; in hasCustomParsing()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Attr.td | 555 bit HasCustomParsing = 0; 825 let HasCustomParsing = 1; 840 let HasCustomParsing = 1; 935 let HasCustomParsing = 1; 946 let HasCustomParsing = 1; 1628 let HasCustomParsing = 1; 1686 let HasCustomParsing = 1; 2109 let HasCustomParsing = 1; 2425 let HasCustomParsing = 1; 3017 let HasCustomParsing = 1; [all …]
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | InternalsManual.rst | 2910 attributes is automated except when ``HasCustomParsing`` is set to ``1``. 2979 semantic form, the ``HasCustomParsing`` bit can be set to ``1`` for the class,
|