Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp609 return getAsComplexIntegerType(); in isComplexIntegerType()
618 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2311 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp1339 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
1340 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5083 qual_type->getAsComplexIntegerType(); in GetEncoding()