Searched refs:functionType (Results 1 – 6 of 6) sorted by relevance
269 REGISTER_MATCHER(functionType); in RegistryMaps()
1058 const AstTypeMatcher<FunctionType> functionType; variable
5578 QualType functionType; in EmitBinaryOperatorLValue() 5581 functionType = ptrType->getPointeeType(); in EmitBinaryOperatorLValue() 5583 functionType = E->getType(); in EmitBinaryOperatorLValue() 5586 assert(functionType->isFunctionType()); in EmitBinaryOperatorLValue() 5593 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallExprLValue() 5594 CGPointerAuthInfo pointerAuth = CGM.getFunctionPointerAuthInfo(functionType); in EmitCallExprLValue() 5518 QualType functionType; EmitCallee() local
983 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))7278 /// functionType()7280 extern const AstTypeMatcher<FunctionType> functionType;7314 /// \c varDecl(hasType(pointsTo(parenType(innerType(functionType()))))) matches
535 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>538 // functionType excludes them but functionProtoType includes them.
15879 QualType functionType =15881 blockScope->FunctionType = functionType;14845 QualType functionType = TransformBlockExpr() local