Searched refs:HTC (Results 1 – 4 of 4) sorted by relevance
203 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 …]
187 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getTagName() local188 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() local366 if (!HTC) in clang_HTMLTagComment_getAsString()375 HTC, Text, cxtu::getASTUnit(TU)->getASTContext()); in clang_HTMLTagComment_getAsString()
32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
1138 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText() argument1142 Converter.visit(HTC); in convertHTMLTagNodeToText()