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

References

tools/clang/include/clang/AST/Expr.h
  966     return ConstantExprBits.ResultKind == ConstantExpr::RSK_APValue;
  982     assert(ConstantExprBits.ResultKind == ConstantExpr::RSK_APValue &&
tools/clang/lib/AST/Expr.cpp
  239   assert((Kind == ConstantExpr::RSK_APValue ||
  255     return ConstantExpr::RSK_APValue;
  263   return ConstantExpr::RSK_APValue;
  270   if (StorageKind == ConstantExpr::RSK_APValue)
  284       StorageKind == ConstantExpr::RSK_APValue,
  309       StorageKind == ConstantExpr::RSK_APValue,
  328   case RSK_APValue:
  341   case ConstantExpr::RSK_APValue:
  353   case ConstantExpr::RSK_APValue:
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  545   case ConstantExpr::RSK_APValue:
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  460   case ConstantExpr::RSK_APValue: