Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Index/
H A Dheaderfile-comment-to-html.m20 …evice</Name><USR>c:objc(cs)Device</USR><Headerfile><Para> Device.h &lt;Foundation/Device.h&gt;</Pa…
42 …e>Sensor</Name><USR>c:objc(cs)Sensor</USR><Headerfile><Para> Sensor.h &quot;Sensor.h&quot;</Para><…
65 …</Name><USR>c:objc(cs)VTDevice</USR><Headerfile><Para> VTDevice.h &lt;VTFoundation/VTDevice.h&gt;<…
86 …e>uses_stdio_h</Name><USR>c:@F@uses_stdio_h</USR><Headerfile><Para> &lt;stdio.h&gt;</Para></Heade…
102 …s_argorithm</Name><USR>c:@F@uses_argorithm</USR><Headerfile><Para> &lt;algorithm&gt;</Para></Head…
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp88 const BlockContentComment *Headerfile; member
99 Brief(nullptr), Headerfile(nullptr), FirstParagraph(nullptr) { in FullCommentParts()
127 if (!Headerfile && Info->IsHeaderfileCommand) { in FullCommentParts()
128 Headerfile = BCC; in FullCommentParts()
446 if (Parts.Headerfile) in visitFullComment()
447 visit(Parts.Headerfile); in visitFullComment()
937 if (Parts.Headerfile) { in visitFullComment()
939 visit(Parts.Headerfile); in visitFullComment()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentCommands.td144 def Headerfile : BlockCommand<"headerfile"> { let IsHeaderfileCommand = 1; }