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 217 APSInt &getComplexIntReal() {
221 const APSInt &getComplexIntReal() const {
222 return const_cast<APValue*>(this)->getComplexIntReal();
  /external/clang/lib/AST/
ExprConstant.cpp 764 APSInt &getComplexIntReal() { return IntReal; }
781 IntReal = v.getComplexIntReal();
    [all...]

Completed in 1337 milliseconds