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

/external/clang/lib/AST/
H A DType.cpp406 return getAsComplexIntegerType();
409 const ComplexType *Type::getAsComplexIntegerType() const { function in class:Type
/external/clang/include/clang/AST/
H A DType.h1675 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/external/lldb/source/Symbol/
H A DClangASTType.cpp1826 const ComplexType *complex_type = qual_type->getAsComplexIntegerType();
/external/clang/lib/Sema/
H A DSemaExpr.cpp1181 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType();
1182 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType();

Completed in 368 milliseconds