Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DAPValue.h241 APFloat &getComplexFloatImag() { in getComplexFloatImag() function
245 const APFloat &getComplexFloatImag() const { in getComplexFloatImag() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DExprConstant.cpp862 APFloat &getComplexFloatImag() { return FloatImag; } in getComplexFloatImag() function