Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h282 APSInt &getComplexIntImag() { in getComplexIntImag() function
286 const APSInt &getComplexIntImag() const { in getComplexIntImag() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1320 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function