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

/external/clang/tools/libclang/
H A DCXComment.cpp124 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
132 const TextComment *TC = getASTNodeAs<TextComment>(CXC);
140 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
150 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
171 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
180 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
188 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC);
196 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
204 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
212 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagCommen
[all...]
H A DCXComment.h44 static inline const T *getASTNodeAs(CXComment CXC) { function in namespace:clang::cxcomment

Completed in 125 milliseconds