Home
last modified time | relevance | path

Searched refs:IsInt (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp879 bool IsInt; member
887 void makeComplexFloat() { IsInt = false; } in makeComplexFloat()
888 bool isComplexFloat() const { return !IsInt; } in isComplexFloat()
892 void makeComplexInt() { IsInt = true; } in makeComplexInt()
893 bool isComplexInt() const { return IsInt; } in isComplexInt()