Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp613 return getAsComplexIntegerType(); in isComplexIntegerType()
622 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h2375 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp1342 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
1343 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5134 qual_type->getAsComplexIntegerType(); in GetEncoding()