Searched refs:functionType (Results 1 – 7 of 7) sorted by relevance
1278 QualType functionType; in emitCallee() local1281 functionType = ptrType->getPointeeType(); in emitCallee()1283 functionType = e->getType(); in emitCallee()1286 assert(functionType->isFunctionType()); in emitCallee()1293 CIRGenCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), gd); in emitCallee()
271 REGISTER_MATCHER(functionType); in RegistryMaps()
6006 QualType functionType; in EmitCallee() local6009 functionType = ptrType->getPointeeType(); in EmitCallee()6011 functionType = E->getType(); in EmitCallee()6014 assert(functionType->isFunctionType()); in EmitCallee()6021 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallee()6022 CGPointerAuthInfo pointerAuth = CGM.getFunctionPointerAuthInfo(functionType); in EmitCallee()
1089 const AstTypeMatcher<FunctionType> functionType; variable
7327 extern const AstTypeMatcher<FunctionType> functionType;
575 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>578 // functionType excludes them but functionProtoType includes them.
17018 QualType functionType = in TransformBlockExpr() local17020 blockScope->FunctionType = functionType; in TransformBlockExpr()