Searched refs:functionType (Results 1 – 6 of 6) sorted by relevance
230 REGISTER_MATCHER(functionType); in RegistryMaps()
817 const AstTypeMatcher<FunctionType> functionType; variable
4430 QualType functionType; in EmitCallee() local4433 functionType = ptrType->getPointeeType(); in EmitCallee()4435 functionType = E->getType(); in EmitCallee()4438 assert(functionType->isFunctionType()); in EmitCallee()4445 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallee()
5399 extern const AstTypeMatcher<FunctionType> functionType;
378 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>381 // functionType excludes them but functionProtoType includes them.
12249 QualType functionType = in TransformBlockExpr() local12251 blockScope->FunctionType = functionType; in TransformBlockExpr()