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 116 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
124 const TextComment *TC = getASTNodeAs<TextComment>(CXC);
132 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
142 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
163 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
172 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
180 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC);
188 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
196 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
204 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC)
    [all...]
CXComment.h 43 inline const T *getASTNodeAs(CXComment CXC) {

Completed in 52 milliseconds