Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DAPValue.h224 APSInt &getComplexIntImag() { in getComplexIntImag() function
228 const APSInt &getComplexIntImag() const { in getComplexIntImag() function
/external/clang/lib/AST/
DExprConstant.cpp1046 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function