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 216 APSInt &getComplexIntReal() {
220 const APSInt &getComplexIntReal() const {
221 return const_cast<APValue*>(this)->getComplexIntReal();
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 52 milliseconds