Home
last modified time | relevance | path

Searched defs:getComplexIntReal (Results 1 – 3 of 3) 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.cpp1045 APSInt &getComplexIntReal() { return IntReal; } in getComplexIntReal() function
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1520 APSInt &getComplexIntReal() { return IntReal; } in getComplexIntReal() function