HomeSort by: relevance | last modified time | path
    Searched refs:getAsComplexIntegerType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 609 return getAsComplexIntegerType();
618 const ComplexType *Type::getAsComplexIntegerType() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2235 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 1298 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType();
1299 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType();

Completed in 36 milliseconds