Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp489 return getAsComplexIntegerType(); in isComplexIntegerType()
498 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2142 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp1201 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
1202 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp5264 qual_type->getAsComplexIntegerType(); in GetEncoding()