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

References

tools/clang/include/clang/AST/APValue.h
  403     assert(isFixedPoint() && "Invalid accessor");
  552     assert(isFixedPoint() && "Invalid accessor");
tools/clang/lib/AST/ExprConstant.cpp
 9870     if (!Val.isFixedPoint())
12281       if (!Result.isFixedPoint())
13486   if (!ExprResult.Val.isFixedPoint() ||