Searched defs:ICC (Results 1 – 5 of 5) sorted by relevance
120 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC); in clang_InlineContentComment_hasTrailingNewline() local136 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getCommandName() local146 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getRenderKind() local170 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getNumArgs() local179 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getArgText() local
918 bool ICC = true; in splitMnemonic() local925 bool ICC = Name[5] == 'l' || Name[5] == 'w'; in splitMnemonic() local944 bool ICC = Name[5] == 'l' || Name[5] == 'w' ? true : false; in splitMnemonic() local948 bool ICC = Name[6] == 'l' || Name[6] == 'w' ? true : false; in splitMnemonic() local
133 const auto *ICC = cast<ConstructorInitializerConstructionContext>(CC); in computeObjectUnderConstruction() local376 const auto *ICC = cast<ConstructorInitializerConstructionContext>(CC); in updateObjectsUnderConstruction() local
238 #define ICC (0) /* v9 */ macro