Searched defs:getVectorElt (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DAPValue.h258 APValue &getVectorElt(unsigned I) { function in class:clang::APValue
263 const APValue &getVectorElt(unsigned I) const {
264 return const_cast<APValue*>(this)->getVectorElt(I);

Completed in 80 milliseconds