Home
last modified time | relevance | path

Searched defs:isComplexInt (Results 1 – 3 of 3) 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
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1519 bool isComplexInt() const { return IsInt; } in isComplexInt() function