Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DAPValue.h184 bool isComplexInt() const { return Kind == ComplexInt; } in isComplexInt() function
/external/clang/lib/AST/
DExprConstant.cpp1044 bool isComplexInt() const { return IsInt; } in isComplexInt() function