HomeSort by relevance Sort by last modified time
    Searched refs:HTC (Results 1 - 12 of 12) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 34 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 34 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 34 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 34 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 34 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 34 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 34 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 34 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
  /external/clang/include/clang/Index/
CommentToXML.h 39 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
  /external/clang/tools/libclang/
CXComment.cpp 188 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC);
189 if (!HTC)
192 return cxstring::createRef(HTC->getTagName());
366 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC);
367 if (!HTC)
376 HTC, Text, cxtu::getASTUnit(TU)->getASTContext());
  /external/aac/libFDK/src/
FDK_hybrid.cpp 120 #define HTC(a) (FX_DBL2FXCONST_SGL(a)) /* Cast to SGL */
125 #define HTC(a) ((FIXP_DBL)(LONG)(a)) /* Cast to DBL */
129 #define HTCP(real,imag) { { HTC(real), HTC(imag) } } /* How to arrange the packed values. */
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 468 milliseconds