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

References

tools/clang/lib/AST/FormatString.cpp
  101       if (Amt.getConstantAmount() == 0) {
  109       return OptionalAmount(OptionalAmount::Arg, Amt.getConstantAmount() - 1,
  164     if (Amt.getConstantAmount() == 0) {
  169     FS.setArgIndex(Amt.getConstantAmount() - 1);
tools/clang/lib/AST/OSLog.cpp
   88         ArgsData.back().Size = precision.getConstantAmount();
  104         ArgsData.back().Size = precision.getConstantAmount();
tools/clang/lib/AST/PrintfFormatString.cpp
  677   return ScalarTy.makeVectorType(Ctx, VectorNumElts.getConstantAmount());
  920     os << 'v' << VectorNumElts.getConstantAmount();
tools/clang/lib/Sema/SemaChecking.cpp
 8664     if (Amt.getConstantAmount() == 0) {