reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/include/clang/AST/Expr.h
 1421 class IntegerLiteral : public Expr, public APIntStorage {
 1505 class CharacterLiteral : public Expr {
 1558 class FloatingLiteral : public Expr, private APFloatStorage {
tools/clang/include/clang/AST/ExprCXX.h
  645 class CXXBoolLiteralExpr : public Expr {
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
 1498 template <typename T, typename ValueT>