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

References

tools/clang/include/clang/AST/APValue.h
  460     return const_cast<APValue*>(this)->getVectorElt(I);
tools/clang/lib/AST/ExprConstant.cpp
 2431       APValue &Elt = SVal.getVectorElt(i);
 9352         Elements.push_back(v.getVectorElt(j));
tools/clang/lib/Sema/SemaChecking.cpp
10175     IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth);
10177       IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth);