Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp734 return getAsComplexIntegerType(); in isComplexIntegerType()
747 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2817 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1373 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
1374 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5075 qual_type->getAsComplexIntegerType(); in GetEncoding()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10862 {"_ZNK5clang4Type23getAsComplexIntegerTypeEv", "clang::Type::getAsComplexIntegerType() const"},