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

References

tools/clang/include/clang/AST/APValue.h
  484     return const_cast<APValue*>(this)->getArrayFiller();
tools/clang/lib/AST/APValue.cpp
  282       getArrayFiller() = RHS.getArrayFiller();
tools/clang/lib/AST/ExprConstant.cpp
 2977     Result.getArrayFiller() = APValue(Value);
 2999     NewValue.getArrayInitializedElt(I) = Array.getArrayFiller();
 3001     NewValue.getArrayFiller() = Array.getArrayFiller();
 3001     NewValue.getArrayFiller() = Array.getArrayFiller();
 3283         O = &O->getArrayFiller();
 4260       Array.getArrayFiller() = getDefaultInitValue(AT->getElementType());
 9432       return EvaluateInPlace(Result.getArrayFiller(), Info, Subobject, &VIE);
 9508     Filler = Result.getArrayFiller();
 9530       Result.getArrayFiller() = Filler;
 9554   return EvaluateInPlace(Result.getArrayFiller(), Info, Subobject,
 9606       HadZeroInit && Value->hasArrayFiller() ? Value->getArrayFiller()