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

  /external/clang/include/clang/AST/
APValue.h 218 APSInt &getComplexIntImag() {
222 const APSInt &getComplexIntImag() const {
223 return const_cast<APValue*>(this)->getComplexIntImag();
  /external/clang/lib/AST/
ExprConstant.cpp 672 APSInt &getComplexIntImag() { return IntImag; }
689 IntImag = v.getComplexIntImag();
    [all...]

Completed in 21 milliseconds