Searched refs:functionType (Results 1 – 6 of 6) sorted by relevance
269 REGISTER_MATCHER(functionType); in RegistryMaps()
1058 const AstTypeMatcher<FunctionType> functionType; variable
5518 QualType functionType; in EmitCallee() local5521 functionType = ptrType->getPointeeType(); in EmitCallee()5523 functionType = E->getType(); in EmitCallee()5526 assert(functionType->isFunctionType()); in EmitCallee()5533 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallee()
7250 extern const AstTypeMatcher<FunctionType> functionType;
522 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>525 // functionType excludes them but functionProtoType includes them.
14845 QualType functionType = in TransformBlockExpr() local14847 blockScope->FunctionType = functionType; in TransformBlockExpr()