Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DAPValue.h216 APSInt &getComplexIntReal() { in getComplexIntReal() function
220 const APSInt &getComplexIntReal() const { in getComplexIntReal() function
/external/clang/lib/AST/
DExprConstant.cpp969 APSInt &getComplexIntReal() { return IntReal; } in getComplexIntReal() function