Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DAPValue.h240 APFloat &getComplexFloatImag() { in getComplexFloatImag() function
244 const APFloat &getComplexFloatImag() const { in getComplexFloatImag() function
/external/clang/lib/AST/
DExprConstant.cpp1041 APFloat &getComplexFloatImag() { return FloatImag; } in getComplexFloatImag() function