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 224 APSInt &getComplexIntImag() {
228 const APSInt &getComplexIntImag() const {
229 return const_cast<APValue*>(this)->getComplexIntImag();
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 137 milliseconds