Home
last modified time | relevance | path

Searched defs:CharacterLiteral (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1589 CharacterLiteral(unsigned value, CharacterKind kind, QualType type, in CharacterLiteral() function
1598 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() function
H A DStmt.h416 friend class CharacterLiteral; in alignas() local