Searched refs:functionType (Results 1 – 7 of 7) sorted by relevance
261 REGISTER_MATCHER(functionType); in RegistryMaps()
1047 const AstTypeMatcher<FunctionType> functionType; variable
5103 QualType functionType; in EmitCallee() local5106 functionType = ptrType->getPointeeType(); in EmitCallee()5108 functionType = E->getType(); in EmitCallee()5111 assert(functionType->isFunctionType()); in EmitCallee()5118 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallee()
6986 extern const AstTypeMatcher<FunctionType> functionType;
472 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>475 // functionType excludes them but functionProtoType includes them.
4438 ``enum``, ``record`` and ``hasType(functionType)``, requires the presence of at4480 - ``hasType(functionType)``: Can be used to apply attributes to functions, C++
14562 QualType functionType = in TransformBlockExpr() local14564 blockScope->FunctionType = functionType; in TransformBlockExpr()