Home
last modified time | relevance | path

Searched refs:complexType (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp84 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
85 auto eltType = complexType->getElementType(); in addTypedData()
H A DCGExprComplex.cpp338 QualType complexType) { in emitAddrOfRealComponent() argument
343 QualType complexType) { in emitAddrOfImagComponent() argument
H A DCodeGenFunction.h4344 Address emitAddrOfRealComponent(Address complex, QualType complexType);
4345 Address emitAddrOfImagComponent(Address complex, QualType complexType);
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp166 REGISTER_MATCHER(complexType); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1019 const AstTypeMatcher<ComplexType> complexType; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6385 extern const AstTypeMatcher<ComplexType> complexType;