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 148 APSInt &getComplexIntImag() {
152 const APSInt &getComplexIntImag() const {
153 return const_cast<APValue*>(this)->getComplexIntImag();
  /external/clang/lib/AST/
ExprConstant.cpp 84 APSInt &getComplexIntImag() { return IntImag; }
101 IntImag = v.getComplexIntImag();
214 ComplexResult.getComplexIntImag().getBoolValue();
    [all...]

Completed in 21 milliseconds