Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DAPValue.h224 APSInt &getComplexIntImag() { in getComplexIntImag() function
228 const APSInt &getComplexIntImag() const { in getComplexIntImag() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp895 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function