Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DAPValue.h216 APSInt &getComplexIntReal() { in getComplexIntReal() function
220 const APSInt &getComplexIntReal() const { in getComplexIntReal() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp894 APSInt &getComplexIntReal() { return IntReal; } in getComplexIntReal() function