Searched refs:functionType (Results 1 – 5 of 5) sorted by relevance
269 REGISTER_MATCHER(functionType); in RegistryMaps()
5578 QualType functionType; in EmitCallee() local5581 functionType = ptrType->getPointeeType(); in EmitCallee()5583 functionType = E->getType(); in EmitCallee()5586 assert(functionType->isFunctionType()); in EmitCallee()5593 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallee()5594 CGPointerAuthInfo pointerAuth = CGM.getFunctionPointerAuthInfo(functionType); in EmitCallee()
7280 extern const AstTypeMatcher<FunctionType> functionType;
535 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>538 // functionType excludes them but functionProtoType includes them.
15879 QualType functionType = in TransformBlockExpr() local15881 blockScope->FunctionType = functionType; in TransformBlockExpr()