Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h274 APSInt &getComplexIntReal() { in getComplexIntReal() function
278 const APSInt &getComplexIntReal() const { in getComplexIntReal() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1319 APSInt &getComplexIntReal() { return IntReal; } in getComplexIntReal() function