Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/AST/
H A DType.cpp405 return getAsComplexIntegerType(); in isComplexIntegerType()
408 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
/aosp_15_r20/external/clang/include/clang/AST/
H A DType.h1836 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DType.h2483 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DType.h2486 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DType.h2486 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DType.h2720 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExpr.cpp1267 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
1268 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()