Home
last modified time | relevance | path

Searched refs:getASTNodeAs (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXComment.cpp120 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC); in clang_InlineContentComment_hasTrailingNewline()
128 const TextComment *TC = getASTNodeAs<TextComment>(CXC); in clang_TextComment_getText()
136 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getCommandName()
146 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getRenderKind()
170 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getNumArgs()
179 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getArgText()
187 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getTagName()
195 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTagComment_isSelfClosing()
203 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTag_getNumAttrs()
211 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTag_getAttrName()
[all …]
DCXComment.h43 static inline const T *getASTNodeAs(CXComment CXC) { in getASTNodeAs() function