Searched refs:functionType (Results 1 – 6 of 6) sorted by relevance
255 REGISTER_MATCHER(functionType); in RegistryMaps()
4931 QualType functionType; in EmitCallee() local4934 functionType = ptrType->getPointeeType(); in EmitCallee()4936 functionType = E->getType(); in EmitCallee()4939 assert(functionType->isFunctionType()); in EmitCallee()4946 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallee()
1030 const AstTypeMatcher<FunctionType> functionType; variable
6610 extern const AstTypeMatcher<FunctionType> functionType;
434 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>437 // functionType excludes them but functionProtoType includes them.
14079 QualType functionType = in TransformBlockExpr() local14081 blockScope->FunctionType = functionType; in TransformBlockExpr()