HomeSort by: relevance | last modified time | path
    Searched refs:getASTNodeAs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp 120 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
128 const TextComment *TC = getASTNodeAs<TextComment>(CXC);
136 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
146 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
170 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
179 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
187 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC);
195 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
203 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
211 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC)
    [all...]
CXComment.h 43 static inline const T *getASTNodeAs(CXComment CXC) {

Completed in 55 milliseconds