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

  /external/clang/include/clang/AST/
APValue.h 210 APSInt &getComplexIntReal() {
214 const APSInt &getComplexIntReal() const {
215 return const_cast<APValue*>(this)->getComplexIntReal();
  /external/clang/lib/AST/
ExprConstant.cpp 671 APSInt &getComplexIntReal() { return IntReal; }
688 IntReal = v.getComplexIntReal();
    [all...]

Completed in 598 milliseconds