Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDClangForward.h47 class CharacterLiteral; variable
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h1330 CharacterLiteral(unsigned value, CharacterKind kind, QualType type, in CharacterLiteral() function
1339 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() function
HDStmt.h180 friend class CharacterLiteral; in LLVM_ALIGNAS() local