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

References

tools/clang/include/clang/AST/Expr.h
 1385   bool hasAllocation() const { return llvm::APInt::getNumWords(BitWidth) > 1; }
 1394     unsigned NumWords = llvm::APInt::getNumWords(BitWidth);
 1396       return llvm::APInt(BitWidth, NumWords, pVal);
 1398       return llvm::APInt(BitWidth, VAL);
tools/clang/lib/AST/Expr.cpp
  901   BitWidth = Val.getBitWidth();