Searched refs:functionType (Results 1 – 7 of 7) 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()
1029 const AstTypeMatcher<FunctionType> functionType; variable
6598 extern const AstTypeMatcher<FunctionType> functionType;
434 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>437 // functionType excludes them but functionProtoType includes them.
3532 ``enum``, ``record`` and ``hasType(functionType)``, requires the presence of at3573 - ``hasType(functionType)``: Can be used to apply attributes to functions, C++
14014 QualType functionType = in TransformBlockExpr() local14016 blockScope->FunctionType = functionType; in TransformBlockExpr()