Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td62 def InternalOnly : Documentation {
718 let Documentation = [InternalOnly];
798 let Documentation = [InternalOnly];
805 let Documentation = [InternalOnly];
1338 let Documentation = [InternalOnly];
1599 let Documentation = [InternalOnly];
1739 let Documentation = [InternalOnly];
2172 let Documentation = [InternalOnly];
2481 let Documentation = [InternalOnly];
2664 let Documentation = [InternalOnly];
[all …]
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp5081 bool InternalOnly = Cat == "InternalOnly"; in EmitClangAttrDocs() local
5082 if (InternalOnly && Docs.size() > 1) in EmitClangAttrDocs()
5087 if (!InternalOnly) in EmitClangAttrDocs()