reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1650 CharTy = Context.getWideCharType(); 1654 CharTy = Context.Char8Ty; 1657 CharTy = Context.Char16Ty; 1660 CharTy = Context.Char32Ty; 1663 CharTy = Context.UnsignedCharTy; 1692 Context.getStringLiteralArrayType(CharTy, Literal.GetNumStringChars()); 1743 unsigned CharBits = Context.getIntWidth(CharTy); 1744 bool CharIsUnsigned = CharTy->isUnsignedIntegerType(); 1747 TemplateArgument TypeArg(CharTy); 1748 TemplateArgumentLocInfo TypeArgInfo(Context.getTrivialTypeSourceInfo(CharTy)); 1753 TemplateArgument Arg(Context, Value, CharTy);