Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h63 unsigned InheritEvenIfAlreadyPresent : 1;
87 InheritEvenIfAlreadyPresent(false) {} in Attr()
150 bool InheritEvenIfAlreadyPresent) in InheritableAttr() argument
152 this->InheritEvenIfAlreadyPresent = InheritEvenIfAlreadyPresent; in InheritableAttr()
161 return InheritEvenIfAlreadyPresent; in shouldInheritEvenIfAlreadyPresent()
175 bool InheritEvenIfAlreadyPresent) in DeclOrStmtAttr() argument
177 InheritEvenIfAlreadyPresent) {} in DeclOrStmtAttr()
190 bool IsLateParsed, bool InheritEvenIfAlreadyPresent) in InheritableParamAttr() argument
192 InheritEvenIfAlreadyPresent) {} in InheritableParamAttr()
207 bool InheritEvenIfAlreadyPresent) in InheritableParamOrStmtAttr() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td768 bit InheritEvenIfAlreadyPresent = 0;
1222 let InheritEvenIfAlreadyPresent = 1;
2530 let InheritEvenIfAlreadyPresent = 1;
3441 let InheritEvenIfAlreadyPresent = 1;
3664 let InheritEvenIfAlreadyPresent = 1;
3983 let InheritEvenIfAlreadyPresent = 1;
4001 let InheritEvenIfAlreadyPresent = 1;
4019 let InheritEvenIfAlreadyPresent = 1;
4037 let InheritEvenIfAlreadyPresent = 1;
4058 let InheritEvenIfAlreadyPresent = 1;
[all …]