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