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

Declarations

tools/clang/include/clang/AST/Expr.h
 1400   void setIntValue(const ASTContext &C, const llvm::APInt &Val);

References

tools/clang/include/clang/AST/Expr.h
 1407     setIntValue(C, Val);
 1417     setIntValue(C, Val.bitcastToAPInt());