Searched defs:HTC (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/libclang/
H A DCXComment.cpp188 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); local
189 if (!HTC)
192 return cxstring::createRef(HTC->getTagName());
366 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); local
367 if (!HTC)
376 HTC, Text, cxtu::getASTUnit(TU)->getASTContext());
/external/aac/libFDK/src/
H A DFDK_hybrid.cpp120 #define HTC(a) (FX_DBL2FXCONST_SGL(a)) /* Cast to SGL */ macro
125 #define HTC(a) ((FIXP_DBL)(LONG)(a)) /* Cast to DBL */ macro
129 #define HTCP(real,imag) { { HTC(real), HTC(imag) } } /* How to arrange the packed values. */
/external/clang/lib/Index/
H A DCommentToXML.cpp1151 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text,
1155 Converter.visit(HTC);
1150 convertHTMLTagNodeToText( const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, const ASTContext &Context) argument

Completed in 182 milliseconds