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

/external/clang/lib/Index/
H A DCommentToXML.cpp89 const BlockContentComment *Headerfile; member in struct:__anon17939::FullCommentParts
100 Brief(nullptr), Headerfile(nullptr), FirstParagraph(nullptr) {
128 if (!Headerfile && Info->IsHeaderfileCommand) {
129 Headerfile = BCC;
446 if (Parts.Headerfile)
447 visit(Parts.Headerfile);
948 if (Parts.Headerfile) {
949 Result << "<Headerfile>";
950 visit(Parts.Headerfile);
951 Result << "</Headerfile>";
[all...]
/external/libunwind/doc/
H A Dlibunwind-ptrace.tex113 \item[\File{libunwind-ptrace.h}] Headerfile to include when using the
H A Dlibunwind.tex302 \item[\File{libunwind.h}] Headerfile to include for native (same
304 \item[\File{libunwind-}\Var{PLAT}\File{.h}] Headerfile to include when

Completed in 71 milliseconds