Home
last modified time | relevance | path

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

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