Searched defs:CharacterLiteral (Results 1 – 3 of 3) sorted by relevance
47 class CharacterLiteral; variable
1316 CharacterLiteral(unsigned value, CharacterKind kind, QualType type, in CharacterLiteral() function1325 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() function
175 friend class CharacterLiteral; variable