Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDAPValue.h216 APSInt &getComplexIntReal() { in getComplexIntReal() function
220 const APSInt &getComplexIntReal() const { in getComplexIntReal() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp894 APSInt &getComplexIntReal() { return IntReal; } in getComplexIntReal() function