Lines Matching refs:ICC
124 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
125 if (!ICC)
128 return ICC->hasTrailingNewline();
140 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
141 if (!ICC)
145 return cxstring::createRef(ICC->getCommandName(Traits));
150 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
151 if (!ICC)
154 switch (ICC->getRenderKind()) {
171 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
172 if (!ICC)
175 return ICC->getNumArgs();
180 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
181 if (!ICC || ArgIdx >= ICC->getNumArgs())
184 return cxstring::createRef(ICC->getArgText(ArgIdx));