Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1304 bool IsInt; member
1312 void makeComplexFloat() { IsInt = false; } in makeComplexFloat()
1313 bool isComplexFloat() const { return !IsInt; } in isComplexFloat()
1317 void makeComplexInt() { IsInt = true; } in makeComplexInt()
1318 bool isComplexInt() const { return IsInt; } in isComplexInt()