Home
last modified time | relevance | path

Searched refs:setComplexInt (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h182 MakeComplexInt(); setComplexInt(std::move(R), std::move(I)); in APValue()
422 void setComplexInt(APSInt R, APSInt I) { in setComplexInt() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp186 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()