Home
last modified time | relevance | path

Searched refs:HTC (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHexagon.cpp203 const Driver &D = HTC.getDriver(); in ConstructJob()
216 addSanitizerRuntimes(HTC, Args, CmdArgs); in ConstructJob()
250 << HTC.getTripleString(); in ConstructJob()
253 << HTC.getTripleString(); in ConstructJob()
256 << HTC.getTripleString(); in ConstructJob()
283 const Driver &D = HTC.getDriver(); in constructHexagonLinkArgs()
322 for (const auto &Opt : HTC.ExtraOpts) in constructHexagonLinkArgs()
350 if (HTC.getTriple().isMusl()) { in constructHexagonLinkArgs()
375 linkXRayRuntimeDeps(HTC, CmdArgs); in constructHexagonLinkArgs()
381 if (HTC.ShouldLinkCXXStdlib(Args)) in constructHexagonLinkArgs()
[all …]
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp187 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getTagName() local
188 if (!HTC) in clang_HTMLTagComment_getTagName()
191 return cxstring::createRef(HTC->getTagName()); in clang_HTMLTagComment_getTagName()
365 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getAsString() local
366 if (!HTC) in clang_HTMLTagComment_getAsString()
375 HTC, Text, cxtu::getASTUnit(TU)->getASTContext()); in clang_HTMLTagComment_getAsString()
/llvm-project-15.0.7/clang/include/clang/Index/
H A DCommentToXML.h32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp1138 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText() argument
1142 Converter.visit(HTC); in convertHTMLTagNodeToText()