Home
last modified time | relevance | path

Searched refs:getAsComplexIntegerType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DType.cpp405 return getAsComplexIntegerType(); in isComplexIntegerType()
408 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
/external/clang/include/clang/AST/
DType.h1836 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/external/clang/lib/Sema/
DSemaExpr.cpp1267 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
1268 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()