Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp685 return getAsComplexIntegerType(); in isComplexIntegerType()
698 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2739 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1346 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
1347 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5084 qual_type->getAsComplexIntegerType(); in GetEncoding()