Searched defs:ComplexType (Results 1 - 2 of 2) sorted by relevance

/external/clang/utils/ABITest/
H A DTypeGen.py151 class ComplexType(Type): class in inherits:Type
289 return ComplexType(N, self.typeGen.get(N))
/external/clang/include/clang/AST/
H A DType.h1627 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
1841 /// ComplexType - C99 6.2.5p11 - Complex values. This supports the C99 complex
1844 class ComplexType : public Type, public llvm::FoldingSetNode { class in namespace:clang
1846 ComplexType(QualType Element, QualType CanonicalPtr) : function in class:clang::ComplexType
1869 static bool classof(const ComplexType *) { return true; }
4834 return isa<ComplexType>(CanonicalType);
4967 isa<ComplexType>(CanonicalType) ||

Completed in 87 milliseconds