Home
last modified time | relevance | path

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

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