HomeSort by relevance Sort by last modified time
    Searched defs:isComplexInt (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
APValue.h 184 bool isComplexInt() const { return Kind == ComplexInt; }
217 assert(isComplexInt() && "Invalid accessor");
225 assert(isComplexInt() && "Invalid accessor");
365 assert(isComplexInt() && "Invalid accessor");
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 100 milliseconds