Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp609 return getAsComplexIntegerType(); in isComplexIntegerType()
618 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2235 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp1298 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
1299 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()