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

  /external/clang/tools/libclang/
CXComment.cpp 124 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<HTMLStartTagComment>(CXC)
    [all...]
CXComment.h 44 static inline const T *getASTNodeAs(CXComment CXC) {

Completed in 2129 milliseconds