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

/external/clang/include/clang/AST/
H A DAPValue.h218 APSInt &getComplexIntImag() { function in class:clang::APValue
222 const APSInt &getComplexIntImag() const { function in class:clang::APValue
223 return const_cast<APValue*>(this)->getComplexIntImag();
/external/clang/lib/AST/
H A DExprConstant.cpp672 APSInt &getComplexIntImag() { return IntImag; } function in struct:__anon3625::ComplexValue
689 IntImag = v.getComplexIntImag();
1139 Val.getComplexIntImag().getBoolValue();
1589 Obj = APValue(Index ? O->getComplexIntImag()
4878 LHS.getComplexIntImag() == RHS.getComplexIntImag()), E);
4883 LHS.getComplexIntImag() != RHS.getComplexIntImag()), E);
5508 return Success(LV.getComplexIntImag(), E);
5992 Result.getComplexIntImag()
[all...]

Completed in 50 milliseconds