Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td31 // Attributes listed under the InternalOnly category do not generate any entry
34 def DocCatInternalOnly : DocumentationCategory<"InternalOnly">;
62 def InternalOnly : Documentation {
772 let Documentation = [InternalOnly];
852 let Documentation = [InternalOnly];
859 let Documentation = [InternalOnly];
1420 let Documentation = [InternalOnly];
1709 let Documentation = [InternalOnly];
1849 let Documentation = [InternalOnly];
2333 let Documentation = [InternalOnly];
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp473 Function *const InternalOnly = in runOnFunction() local
483 InternalOnly->setVisibility(GlobalValue::DefaultVisibility); in runOnFunction()
484 InternalOnly->setLinkage(GlobalValue::InternalLinkage); in runOnFunction()
489 InternalOnly->removeDeadConstantUsers(); in runOnFunction()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp5231 bool InternalOnly = Cat == "InternalOnly"; in EmitClangAttrDocs() local
5232 if (InternalOnly && Docs.size() > 1) in EmitClangAttrDocs()
5237 if (!InternalOnly) in EmitClangAttrDocs()