Home
last modified time | relevance | path

Searched refs:FnPtrType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp6926 QualType FnPtrType; in checkOpenMPDeclareVariantFunction() local
6931 FnPtrType = Context.getMemberPointerType(FD->getType(), ClassType); in checkOpenMPDeclareVariantFunction()
6947 FnPtrType = Context.getPointerType(FD->getType()); in checkOpenMPDeclareVariantFunction()
6950 if (VarianPtrType.getUnqualifiedType() != FnPtrType.getUnqualifiedType()) { in checkOpenMPDeclareVariantFunction()
6952 VariantRef, FnPtrType.getUnqualifiedType(), in checkOpenMPDeclareVariantFunction()
6961 << ((Method && !Method->isStatic()) ? FnPtrType : FD->getType()) in checkOpenMPDeclareVariantFunction()
6966 VariantRef, FnPtrType.getUnqualifiedType(), AA_Converting); in checkOpenMPDeclareVariantFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4582 auto FnPtrType = CGM.getContext().getPointerType(FnTy->desugar()); in collectDefaultFieldsForBlockLiteralDeclare() local
4583 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()