Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DAPValue.h210 APSInt &getComplexIntReal() { in getComplexIntReal() function
214 const APSInt &getComplexIntReal() const { in getComplexIntReal() function
/external/clang/lib/AST/
DExprConstant.cpp662 APSInt &getComplexIntReal() { return IntReal; } in getComplexIntReal() function