Home
last modified time | relevance | path

Searched defs:complexType (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp86 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
H A DCGExprComplex.cpp428 QualType complexType) { in emitAddrOfRealComponent()
433 QualType complexType) { in emitAddrOfImagComponent()
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1047 const AstTypeMatcher<ComplexType> complexType; variable