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

/external/clang/lib/AST/
H A DExprConstant.cpp878 bool IsInt; member in struct:__anon17735::ComplexValue
886 void makeComplexFloat() { IsInt = false; }
887 bool isComplexFloat() const { return !IsInt; }
891 void makeComplexInt() { IsInt = true; }
892 bool isComplexInt() const { return IsInt; }

Completed in 119 milliseconds